Skip to content
Snippets Groups Projects
Laurent Petre's avatar
Laurent Petre authored
Update instructions to take runs and scans

See merge request cmsgemonline/gem-ops/gem-daq-doc!6
9b180189
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