a Python package to create the
For developing the package, install in editable mode:
pip install -e .
and run
pre-commit install
to get the pre-commit hooks working (there is a pre-commit hook to run black
, which formats the python files, when you commit something).
move into the directory and run
pip install .
to install a static version of the package.