summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-04 14:08:04 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-04 14:08:04 +0200
commite80e695a56516de6bea435345f2ae3589c42d127 (patch)
treead20985068dcedb071db717165db548bed8bf406 /doc/install.asciidoc
parent0a31e19eda91fbb4d5e6a333591cd0b028e7c25a (diff)
downloadqutebrowser-e80e695a56516de6bea435345f2ae3589c42d127.tar.gz
qutebrowser-e80e695a56516de6bea435345f2ae3589c42d127.zip
Add a mkvenv-pypi-old environment
Fixes #4038 See #3662
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