Install bazaar with --allow-external

This commit is contained in:
ZyX 2014-02-09 01:16:48 +04:00
parent 4e35007486
commit 5e4daed72b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ pip install .
pip install psutil
if python -c 'import sys; sys.exit(1 * (sys.version_info[0] != 2))' ; then
# Python 2
pip install mercurial bzr
pip install mercurial
pip install --allow-external bzr bzr
if python -c 'import sys; sys.exit(1 * (sys.version_info[1] >= 7))' ; then
# Python 2.6
pip install unittest2 argparse