python >= 3.8
Make sure to install all python requirements like so:
pip install -r requirements.txt
To view additional command line arguments that are not mentioned here, you can use the help command as follows:
python code/algorithm/main.py --help
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.