python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install -r requirements.txtThis repository uses Advent of Code Data to fetch problems and submit answers. Don't forget to set your AOC_SESSION environment variable using these instructions.