Skip to content

Documentation for hamilflow¤

Generating dataset for physical systems.

Development¤

We use poetry to manage our python environment. Use

poetry install

to install the requirements. Or run

poetry install --with test

to install the base environment and test environment for development.

If this is the first you clone the repo and committing code, run

pre-commit install

first.