mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Also use --allow-unverified
This commit is contained in:
parent
5e4daed72b
commit
773d6a6600
@ -4,7 +4,7 @@ pip install psutil
|
||||
if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
|
||||
# Python 2
|
||||
pip install mercurial
|
||||
pip install --allow-external bzr bzr
|
||||
pip install --allow-external bzr --allow-unverified bzr bzr
|
||||
if python -c 'import sys; sys.exit(1 * (sys.version_info[1] >= 7))' ; then
|
||||
# Python 2.6
|
||||
pip install unittest2 argparse
|
||||
|
Loading…
x
Reference in New Issue
Block a user