Create a local pyenv adventofcode which is currently using python version 3.9.7
pyenv install 3.9.7
pyenv virtualenv 3.9.7 adventofcode
pyenv activate adventofcode
pip install -r requirements.txt
Replace your input files
Run the program:
python day1/day1.py
python day2/day2.py
python day3/day3.py
python day4/day4.py
python day5/day5.py
python day6/day6.py
python day7/day7.py