Tuesday, February 21, 2012

Re: About managing dependencies in a collaborative development team and good practices.

On Tue, Feb 21, 2012 at 8:24 AM, Sébastien Billion
<sebastien.billion@gmail.com> wrote:
> Set a virtualenv is good thing. You can write a shell script which set the
> virtualenv and install all the external module with pip -r. Use pip -r
> nameofrequriementsfile.txt. In this file, put the list of module with
> version.

i do exactly that. just a tip: to create and maintain the pip
requirements file do:

pip freeze > piprequirementsfile.txt

--
Javier

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment