Velo Hero Help Website: https://www.velohero.com/help/
Follow the official guide so that you have a working virtual environment and pip3
installed.
Once you have created and activated a virtual environment, install the dependencies we use for testing and tools.
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
Create a current version for yourself:
mkdocs serve
Open notes:
open "http://127.0.0.1:8000/"