Update update-play-store.py

This commit is contained in:
Isaac Hutt 2016-09-17 14:15:40 +01:00 committed by GitHub
parent 0aed4a8c06
commit 54365eebb6

View File

@ -29,7 +29,7 @@ try:
except ImportError:
print("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\n"
"pip install google-api-python-client PyOpenSSL\n"
"Install from github in case of oauth http errors.")
sys.exit(1)