Skip to content

Updating requirements.txt

ainsej edited this page Oct 28, 2014 · 2 revisions

If you update requirements.txt but don't want to run a full "vagrant provision" you can do the following while SSH'd into the vagrant machine.

source /src/<PROJECT>/env/bin/activate
pip install -r /titb/python/requirements.txt

Where project is either "web" or "worker" depending on which python environment you'd like to update.

Clone this wiki locally