Source of information: https://packaging.python.org/
- https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-a-local-src-tree
- https://setuptools.pypa.io/en/latest/userguide/development_mode.html
python -m venv .venv
source .venv/bin/activate
pip install --editable .