Fix typo in install.sh

This commit is contained in:
ZyX 2014-12-08 08:42:08 +03:00
parent 1871d4581f
commit 8ae3d2aeaf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pip install psutil netifaces
if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
# Python 2
if python -c 'import platform, sys; sys.exit(1 - (platform.python_implementation() == "CPython"))' ; then
# PyPy
# CPython
pip install mercurial
pip install --allow-external bzr --allow-unverified bzr bzr
fi