Skip to content
Snippets Groups Projects
Laurent Pétré's avatar
Laurent Petre authored
* Use cache for pip during build
* Simplify deployment commands
* Automatically deploy the master branch
f3c85a54
History

CMS GEM DAQ Documentation

Prepare your environment:

python3 -m venv pyvenv
source pyvenv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
deactivate

Start a local web server to visualize your changes:

pyvenv/bin/mkdocs serve