Installation

The package is available through PyPi but as the package is still in development the latest release will always be available for download through Github. You can use the following method to test the package.

Setup Virtual Environment

  1. Make sure Python 3.9+ is installed. Instructions available here or see pyenv.

  2. Create a virtual environment:

python -m venv venv
  1. Activate the virtual environment:

  • Linux/MacOS:

source venv/bin/activate
  • Windows:

.\venv\Scripts\activate