Source for the documentation of adventure.
- It's recommended to use virtualenv:
- Install:
apt install virtualenv(or whatever on your OS) virtualenv ENV. ENV/bin/activate
- Install:
- Install all required libraries:
pip install -r requirements.txt - Run the dev server
make livehtml - Make your changes!