File size: 421 Bytes
f3270e6
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contribute to Documentation

Please have a look at our [contribution guide](../CONTRIBUTING.md) to see how to install
the development environment and how to generate the documentation.

To install only the `docs` environment, you can do:

```bash
# Make sure you are at the root of the repository before executing these commands
python -m pip install --upgrade pip
pip install -e .[viz,html]
pip install -e .[docs]
```