У меня есть файл require.txt, который выглядит так:
Код: Выделить всё
BeautifulSoup==3.2.0
Django==1.3
Fabric==1.2.0
Jinja2==2.5.5
PyYAML==3.09
Pygments==1.4
SQLAlchemy==0.7.1
South==0.7.3
amqplib==0.6.1
anyjson==0.3
...
Я создал новую виртуальную среду с помощью
Код: Выделить всё
bin/virtualenv testing
Код: Выделить всё
source bin/activate
pip install -r /path/to/requirements.txt -f file:///path/to/archive/
Код: Выделить всё
Downloading/unpacking Fabric==1.2.0 (from -r ../testing/requirements.txt (line 3))
Running setup.py egg_info for package Fabric
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no files found matching 'fabfile.py'
Downloading/unpacking South==0.7.3 (from -r ../testing/requirements.txt (line 8))
Running setup.py egg_info for package South
....
Подробнее здесь: https://stackoverflow.com/questions/722 ... -file-from
Мобильная версия