Skip to content

norcams/docs-enduser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-enduser

Enduser documentation for the NREC Community Cloud

development (Linux)

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 &

development (Windows Terminal)

winget install python Git.Git ezwinports.make

re-login

git clone <repo>
cd .\docs-enduser\
python -m venv .
.\Scripts\activate
pip install -r .\requirements.txt
cd .\docs\
make html
ii .\_build\html\index.html

About

NREC enduser documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16