Setup Make sure you have python 3.11 python -v Create venv python -m venv venv --upgrade-deps Activate environment source venv/bin/activate Install dependencies pip install -r requirements.txt Layout projects dl notebooks tests Run