odor-detection / docs /README.md
mathiaszinnen's picture
Initialize app
3e99b05

Read detrex Documentation

The latest documentation built from this directory is available at detrex.readthedocs.io.

Build detrex Documentation

  1. Install detrex according to Installation.
  2. Install additional libraries and run make html for building the docs:
cd ${detrex-path}/docs
pip install -r requirements.txt --user
make html