- Make sure poetry is installed with
pip install poetry - Run
poetry install - Run a specific day solution in "aoc" directly. Example
python aoc/day_1.py
Run poetry run pytest
Run ./setup.sh 3 replacing 3 with the day number. A new file will be created in "aoc" with a template along with a test file in the "tests" folder.