Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Contribute to Documentation

Please have a look at our contribution guide to see how to install the development environment and how to generate the documentation.

To install only the docs environment, you can do:

# Make sure you are at the root of the repository before executing these commands
python -m pip install --upgrade pip
pip install -e .[tf]  # or .[torch]
pip install -e .[docs]