Browse Source

Adding Installation notes

pull/1/head
Ryan Reed 3 years ago
parent
commit
74b3e50984
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      README.md

+ 11
- 0
README.md View File

@ -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.


Loading…
Cancel
Save