|
@ -5,6 +5,17 @@ My solutions for [Advent of Code](https://adventofcode.com) |
|
|
Hopefully I keep up with it |
|
|
Hopefully I keep up with it |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Installation |
|
|
|
|
|
``` |
|
|
|
|
|
git clone https://gitea.ryanreed.net:3000/ryanreed/2021-advent-of-code.git |
|
|
|
|
|
cd 2021-advent-of-code |
|
|
|
|
|
python3 -m venv .venv |
|
|
|
|
|
. .venv/bin/activate |
|
|
|
|
|
pip install --upgrade pip |
|
|
|
|
|
pip install -r requirements.text |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Testing/Verifying Solutions |
|
|
# Testing/Verifying Solutions |
|
|
|
|
|
|
|
|
Each day will include a pytest script that uses examples from the day. |
|
|
Each day will include a pytest script that uses examples from the day. |
|
|