- Make sure you have python installed
- Create a virtual environment (optional)
python -m venv .venv
source ./venv/Scripts/activate
- Install dependencies
pip install -r requirements.txt
- Open vscode, select the python interpreter from the virtual environment
Ctrl + Shift + P
-> Python: Select Interpreter - Open and run notebooks