]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/README
Describe how to setup a virtualenv to generate the sphinx documentation.
[chrisu/seepark.git] / web / README
index 0dd0ca6bc4a68e946556b09acd58c6c8fe7e5f9c..69dacc119ad48b0c52b4278f415cd8922bd24ba9 100644 (file)
@@ -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