Getting started
Important
Development under windows has not been tested.
Initial project development has been performed under MacOS and Linux by the project members.
If you are developing on a windows machine, please document the required steps and submit an issue so we can update this documentation.
Requirements
pip install pre-commit
installs pre-commitpre-commit install
hook dependencies will be automatically downloaded when hooks are first run and may take some time as they download and install.pip install poetry
installs poetry- install docker desktop
make install
Installs python virtual env and dependencies
Assumptions
python
andpip
are already installed.make
is already installed.git
is already installed.