distributed development methodology

Adam Jensen hanzer at riseup.net
Sat Oct 29 05:06:13 EDT 2016


On 10/29/2016 12:31 AM, Adam Jensen wrote:
> On 10/28/2016 11:59 PM, Cameron Simpson wrote:
>> Sync the virtualenv prerequisites file with your DVCS. Have a tiny
>> script to update the local virtualenv prereq file and run its update
>> command to honour any new prereqs.
> 
> Cool. I didn't mention that I am a python n00b, did I? What/where is the
> "virtualenv prerequisites file" and what would the "update command" look
> like? :)
> 

For posterity:

pip freeze > requirements.txt
pip install -r requirements.txt

https://pip.pypa.io/en/latest/user_guide/#requirements-files



More information about the Python-list mailing list