pip 1.1 no longer supports -E

This commit is contained in:
j 2013-04-06 19:22:01 +02:00
parent 896df71942
commit c0a5fccc04
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -58,7 +58,7 @@ Important: "use_your_own" is a password and you have to use the same value here
bzr branch http://code.0x2620.org/pandora pandora
cd pandora
virtualenv --system-site-packages .
pip -E . install -r requirements.txt
./bin/pip install -r requirements.txt
cd static
bzr branch http://code.0x2620.org/oxjs

View File

@ -3,5 +3,5 @@ CH="chroot $1"
$CH bzr branch http://code.0x2620.org/pandora /srv/pandora
$CH bzr branch http://code.0x2620.org/oxjs /srv/pandora/static/oxjs
$CH virtualenv --system-site-packages /srv/pandora
$CH pip -E /srv/pandora install -r /srv/pandora/requirements.txt
$CH /srv/pandora/bin/pip install -r /srv/pandora/requirements.txt