Unix:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make htmlWindows:
virtualenv env
env\Script\activate
pip install -r requirements.txt
cd docs
make htmlOpen the file _build/html/index.html in a web browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Unix:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
cd docs
make htmlWindows:
virtualenv env
env\Script\activate
pip install -r requirements.txt
cd docs
make htmlOpen the file _build/html/index.html in a web browser.