Installation

Our package is written in Python, so you need to install Python, or Conda. We highly recommend you to create a virtual environment for installing dependencies.

Steps:

  1. Make sure you are in the root folder

  2. Activate your Python environment either from pip or conda.

  3. Install the dependencies using: pip install -r requirements.txt

  4. Install our package using: pip install -e src