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:
Make sure you are in the root folder
Activate your Python environment either from pip or conda.
Install the dependencies using:
pip install -r requirements.txtInstall our package using:
pip install -e src