Development#
Install from PyPI#
pip install drepr-v2
Install from Source#
pip install .
Setup Documentation#
Follow these steps as they are designed for Read the Docs.
Installing dependencies & copying required files
pip install .
pip install -r docs/requirements.txt
cp CHANGELOG.md docs/source/changelog.md
Run
sphinx-autobuild
sphinx-autobuild docs/source docs/build/html