We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aad043 commit 6a05be4Copy full SHA for 6a05be4
docs/source/contributing.md
@@ -10,7 +10,13 @@ you have in mind!
10
11
To contribute to the documentation, you will need to set your development environment.
12
13
-You can create a virtual environment or conda environment and install the packages in `docs/requirements.txt`.
+You can create a virtual environment or conda environment and install the packages in `docs/requirements.txt` by running
14
+
15
+```bash
16
+pip install -r docs/requirements.txt
17
+```
18
19
+from the root of the repository.
20
21
## Documentation via Jupyter notebooks
22
0 commit comments