diff --git a/README.md b/README.md index e2fa927..f430a18 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ My solutions for [Advent of Code](https://adventofcode.com) 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 Each day will include a pytest script that uses examples from the day.