Skip to content

Commit 6a05be4

Browse files
authored
[doc] Add requirements installation command in contributing docs (#217)
1 parent 2aad043 commit 6a05be4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/contributing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ you have in mind!
1010

1111
To contribute to the documentation, you will need to set your development environment.
1212

13-
You can create a virtual environment or conda environment and install the packages in `docs/requirements.txt`.
13+
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.
1420

1521
## Documentation via Jupyter notebooks
1622

0 commit comments

Comments
 (0)