mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
requirements: Document the process a bit more.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user