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.

  1. Installing dependencies & copying required files

pip install .
pip install -r docs/requirements.txt
cp CHANGELOG.md docs/source/changelog.md
  1. Run sphinx-autobuild

sphinx-autobuild docs/source docs/build/html