Install api_clients using pip

This commit is contained in:
jo 2021-10-01 17:37:47 +02:00
parent 51f152dbd0
commit 24203e2086
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ if [ ! -d /var/log/airtime ]; then
fi
verbose "\n * Installing API client..."
loudCmd "$python_bin ${AIRTIMEROOT}/python_apps/api_clients/setup.py install --install-scripts=/usr/bin"
loudCmd "$pip_cmd install ${AIRTIMEROOT}/python_apps/api_clients"
verbose "...Done"
verbose "\n * Installing pypo and liquidsoap..."