-
Laurent Petre authored
* Use cache for pip during build * Simplify deployment commands * Automatically deploy the master branch
Laurent Petre authored* Use cache for pip during build * Simplify deployment commands * Automatically deploy the master branch
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 301 B
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