Solutions for Advent of Code 2020
- Install Python
brew install pyenv
pyenv install 3.9.0
pyenv local 3.9.0
- Install Poetry
poetry install
- Grab your session token from https://adventofcode.com/
echo SESSION=123... > .env
Solutions for Advent of Code 2020
brew install pyenv
pyenv install 3.9.0
pyenv local 3.9.0
poetry install
echo SESSION=123... > .env