Easily batch-install packages with pip
Put all the packages you need (optionally with version number) into a requirements.txt file, looking something like:
django
django-extensions==1.1.1
psycopg2
south==0.8.1
Then, simply run in your shell:
pip install -r requirements.txt
Done!
Written by Thomas Kober
Related protips
1 Response
There is also usefull pip freeze
to get current packages installed. Especially useful with virtualenv
.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#