summaryrefslogtreecommitdiff
path: root/doc/install.asciidoc
diff options
context:
space:
mode:
authorLanny <rjenkins@mail.sfsu.edu>2020-01-21 21:38:08 -0800
committerLanny <rjenkins@mail.sfsu.edu>2020-01-21 21:38:08 -0800
commit74b2bde51e1e05abc1f39129bc454dd11994012e (patch)
tree6f546f45bae636040f2e51183b3eda838a1674b7 /doc/install.asciidoc
parentf632a0b66e56997dc82b94bf8f4ba7e2e5d785a4 (diff)
downloadqutebrowser-74b2bde51e1e05abc1f39129bc454dd11994012e.tar.gz
qutebrowser-74b2bde51e1e05abc1f39129bc454dd11994012e.zip
s/--pyqt-mode/--pyqt-type/ in docs
Diffstat (limited to 'doc/install.asciidoc')
-rw-r--r--doc/install.asciidoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 0b93b6c32..5302072ea 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -398,15 +398,16 @@ See the next section for an alternative.
Installing dependencies (system-wide Qt)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Alternatively, you can use `mkvenv.py --pyqt-mode link` to symlink your local
-PyQt/Qt install instead of installing PyQt in the virtualenv. However, unless
+Alternatively, you can use `mkvenv.py --pyqt-type link` to symlink your local
+PyQt/Qt install instead of installing PyQt in the virtualenv. You can use
+`--pyqt-version <version>` to link against a specific version. However, unless
you have a new QtWebKit or QtWebEngine available, qutebrowser will not work. It
also typically means you'll be using an older release of QtWebEngine.
On Windows, run `set PYTHON=C:\path\to\python.exe` (CMD) or ``$Env:PYTHON =
"..."` (Powershell) first.
-There is a third mode, `mkvenv.py --pyqt-mode source` which uses a system-wide
+There is a third mode, `mkvenv.py --pyqt-type source` which uses a system-wide
Qt but builds PyQt from source. In most scenarios, this shouldn't be needed.
Creating a wrapper script