HerrewebPy/README.md

9 lines
192 B
Markdown

# HerrewebPy
Python package for Herreweb.
```
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install sphinx sphinx-rtd-theme sphinxcontrib-napoleon
```