On Sun, May 18, 2014 at 10:17 AM, Ned Batchelder <n...@nedbatchelder.com> wrote:
> Make a list of the packages you need.  Put it in a file called
> requirements.txt.  Then install them with:
>
>     $ pip install -r requirements.txt
>
> Keep that file up-to-date as you add new requirements.

+1. And the "keep up-to-date" bit can be done very well with source
control; that way, you don't need to wonder whether you added one over
here or deleted one over there - the commit history will tell you.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to