X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/cd14da74ff0e9262da8f61669850406f532570bc..c9a9a5e2bb8d678bc5c0b763274fda773e58e29b:/web/README diff --git a/web/README b/web/README index 0dd0ca6..69dacc1 100644 --- a/web/README +++ b/web/README @@ -41,6 +41,15 @@ Generate documentation: cd doc SEEPARKINI=~/seewasser.ini make web +To make this run on Debian Buster we had to do the following first + +$ cd /home/philipp/opt/pyenv +$ virtualenv -p python3 --system-site-packages seepark +$ source seepark/bin/activate +$ pip install --upgrade sphinx +$ pip install --upgrade sphinxcontrib-httpdomain + + --- Execute unittests