- Install
python3.12
- If you're on a mac, download homebrew
- Linux, use your pkg manager, ensure you also have virtualenv
- Windows... I actually don't know these days? keep following along though
python3.12 -m venv .venv && . .venv/bin/activate
will set up a python3.12 virutal environment in.venv
pip install -r requirements.txt
jupyter notebook 000_setup.ipynb
and follow the instructions from there!- NOTE: The download is 10GB