Project was setup for use with venv using python -m venv venv
and should use Python version >=3.8.2.
(venv) advent-of-code-2015 % python run.py <day>
To run the tests, first install dependencies and then run pytest
:
pip install -r requirements.txt
pytest