Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 265 Bytes

docs-enduser

Enduser documentation for the NREC Community Cloud

development

git clone <repo>
cd docs-enduser
virtualenv . -p /path/to/python3
source bin/activate
pip install -r requirements.txt
cd docs
make html
xdg-open _build/html/index.html &