Alfredo Oliviero f777511fbf | ||
---|---|---|
source | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
make.bat | ||
requirements.txt |
README.md
ccp.docs
Online docs for CCP
prerequisites:
- (optionally) create a virtualenv
python -m venv venv
. ./venv/bin/activate
pip install --upgrade pip
install Sphinx
install pip requirements
pip install -r requirements.txt
compile
if using a venv, activate it
. ./venv/bin/activate
then
windows
make.bat html
unix/macOs
make html