-
Log on to spice documentation
-
Create a virtual env with Python >= 3.8, and activate
python -m venv .venv source .venv/bin/activate
-
Install project and dependencies
- You can find the value of
EXTRA_INDEX_URL
on the documentation
python -m pip install -r requirements.txt --extra-index-url=${EXTRA_INDEX_URL} python -m pip install -e .
- You can find the value of
-
[OPTIONAL] Explore the documentation
-
Wait for the workshop to start!