summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index ddf1cd120..f5fccb32e 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -392,6 +392,10 @@ https://docs.python.org/3/library/venv.html[virtual environment]:
$ tox -e mkvenv-pypi
----
+If your system comes with Python 3.5.3 or older (such as Ubuntu 16.04 LTS), use
+`tox -e mkvenv-pypi-old` instead. This installs an older Qt version (5.10) due
+to bugs in newer versions.
+
This installs all needed Python dependencies in a `.venv` subfolder.
This comes with an up-to-date Qt/PyQt including QtWebEngine, but has a few