Thursday, January 30, 2014

Python - Dependencies, Git Tags, and Stash

modify a python file.
tag it
push tag to stash

update python-requirements.txt to reference new tag
sudo pip install -U -r python-requirements.txt

and yay.. my new dependency is available for fabric.

No comments:

Post a Comment