My solutions to Advent of Code 2023 in Python.
Create and activate a virtual environment:
python -m venv .venv source .venv/bin/ativate
With the virtual environment actiated, install dependencies:
pip install .
python <day #>