Skip to content
Snippets Groups Projects
Camilla Galloni's avatar
Camilla Galloni authored
Take calibration scans with the new local configuration

See merge request cmsgemonline/gem-ops/gem-daq-doc!8
8feff791
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