docs: Fix pip compile typo.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit a6e01b35fc)
This commit is contained in:
Anders Kaseorg
2021-09-07 16:02:22 -07:00
committed by Tim Abbott
parent ec0835b947
commit 2e8d8ca044

View File

@@ -153,14 +153,14 @@ highlighting. The system is largely managed by the code in
depends on directly. Those packages have their own recursive depends on directly. Those packages have their own recursive
dependencies. When adding or removing a dependency from Zulip, one dependencies. When adding or removing a dependency from Zulip, one
simply edits the appropriate "source" requirements files, and then simply edits the appropriate "source" requirements files, and then
runs `tools/update-locked-requirements`. That tool will use `pip runs `tools/update-locked-requirements`. That tool will use
compile` to generate the locked requirements files like `prod.txt`, `pip-compile` to generate the locked requirements files like
`dev.txt` etc files that explicitly declare versions of all of `prod.txt`, `dev.txt` etc files that explicitly declare versions of
Zulip's recursive dependencies. For indirect dependencies (i.e. all of Zulip's recursive dependencies. For indirect dependencies
dependencies not explicitly declared in the source requirements files), (i.e. dependencies not explicitly declared in the source
it provides helpful comments explaining which direct dependency (or requirements files), it provides helpful comments explaining which
dependencies) needed that indirect dependency. The process for direct dependency (or dependencies) needed that indirect dependency.
using this system is documented in more detail in The process for using this system is documented in more detail in
`requirements/README.md`. `requirements/README.md`.
* **Caching of virtualenvs and packages**. To make updating the * **Caching of virtualenvs and packages**. To make updating the
dependencies of a Zulip installation efficient, we maintain a cache dependencies of a Zulip installation efficient, we maintain a cache