mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
libssl-devel does not exist and pip is necessary for the further command
This commit is contained in:
parent
c99b713bac
commit
6f49ab6839
@ -122,7 +122,7 @@ def upload_to_play_store(jsdata, channel=None):
|
||||
except ImportError:
|
||||
logger.error("Missing Google API Client dependency.\n"
|
||||
"Please install with: \n"
|
||||
"apt-get install libffi-dev libssl-devel\n"
|
||||
"apt-get install libffi-dev libssl-dev python-pip\n"
|
||||
"pip install google-api-python-client PyOpenSSL\n"
|
||||
"Install from github in case of oauth http errors.")
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user