mirror of
https://github.com/powerline/powerline.git
synced 2025-07-21 21:05:11 +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
|
if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
|
||||||
# Python 2
|
# Python 2
|
||||||
pip install mercurial
|
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
|
if python -c 'import sys; sys.exit(1 * (sys.version_info[1] >= 7))' ; then
|
||||||
# Python 2.6
|
# Python 2.6
|
||||||
pip install unittest2 argparse
|
pip install unittest2 argparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user