python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
black src/ # format the files
pytest # run tests
python src/main.py # run the script
python -m src.<module_name> # run a demo of an algorythm