You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,23 @@ Find everything related to testing and how to add your on test suite [here](/too
80
80
81
81
> If you want to develop your own sphinx extension, check out the [extensions guide](/src/extensions/README.md)
82
82
83
+
## Updating dependencies
84
+
85
+
The file [requirements.in](./requirements.in) is a [PIP requirements file](https://pip.pypa.io/en/stable/reference/requirements-file-format/) that describe first level dependencies.
86
+
87
+
The file [requirements.txt](./requirements.txt) is a [pip-compile lock file](https://pip-tools.readthedocs.io/en/latest/cli/pip-compile/) that holds
88
+
the pinned dependency tree calculated from [requirements.in](./requirements.in).
89
+
90
+
To update dependencies (e.g. after adding a dependency), run:
0 commit comments