Skip to content

Getting Started

Setting up your development environment

  1. Make sure poetry is installed.
  2. Run: poetry config virtualenvs.in-project true
  3. Ensure you are using supported python version (3.8 and above): poetry env use 3.8
  4. Run: poetry install

Contribution Guidelines

  1. Write tests for each new feature: integration and unit tests with 90%+ coverage
  2. Google style docstrings should be used.