distributed development methodology

Cameron Simpson cs at zip.com.au
Sat Oct 29 02:51:41 EDT 2016


On 29Oct2016 00:11, Adam Jensen <hanzer at riseup.net> 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? :)

Have a read of this:

  https://www.dabapps.com/blog/introduction-to-pip-and-virtualenv-python/

and then this:

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

Then come back with specific questions :-)

Cheers,
Cameron Simpson <cs at zip.com.au>



More information about the Python-list mailing list