Installation¤
Add docutools = "^<version>"
as a development dependency.
If in an airtight environment:
Configure the package server in your build framework (e.g. poetry like this).
Development Installation¤
When you want to add / modify or only debug stuff, we recommend a development installation.
- Clone the repo, maybe checkout the tag you want to work with.
- Create and activate a virtual environment with minimum python3.7
poetry install
- Optionally source the
environ
ormake
file, to get a few shortcut shell functions (make
w/o arguments lists them)