From 15c49679fe458f0026e0d858e16a9f120f7bbbea Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 22 Aug 2017 10:41:03 -0700 Subject: [PATCH] requirements: Document the process a bit more. --- requirements/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/README.md b/requirements/README.md index 77a47b4c37..cc3e969f53 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -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.