Fix typo in install.sh
This commit is contained in:
parent
1871d4581f
commit
8ae3d2aeaf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue