python >= 3.8
python code/algorithm/main.py
Make sure to install all python requirements like so:
pip install -r requirements.txt
If you are making changes to the code base, make sure to install the pre-commit hook for the project to enable automatic code formatting and linting.