Wednesday, March 26, 2014

Creating a requirements.txt file

You can create a requirements.txt file for a Python project with pip:
(tapeworm_django)christohersmbp2:tapeworm_django christopherspears$ pip freeze > requirements.txt
(tapeworm_django)christohersmbp2:tapeworm_django christopherspears$ cat requirements.txt 
Django==1.6.2
psycopg2==2.5.2

wsgiref==0.1.2

No comments:

Post a Comment