requirements: Document the process a bit more.

This commit is contained in:
Tim Abbott
2017-08-22 10:41:03 -07:00
parent 559dc40ebb
commit 15c49679fe

View File

@@ -17,6 +17,8 @@ Steps to update a lock file, e.g. to update ipython from 5.3.0 to 6.0.0 in
common.txt and propagate it to dev_lock.txt and prod_lock.txt:
0. Replace `ipython==5.4.1` with `ipython==6.0.0` in common.txt
1. Run './tools/update-locked-requirements'
2. Run `./tools/provision` to install the new deps and test them
3. Commit your changes.
The reason the steps to remove the `-e` is necessary is because `pip-compile`
doesn't support installing from vcs without `-e` yet.