summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index dd284fb9a..c600edc85 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -474,7 +474,7 @@ PyQt/Qt install instead of installing PyQt in the virtualenv. 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 =
+On Windows, run `set PYTHON=C:\path\to\python.exe` (CMD) or `$Env:PYTHON =
"..."` (Powershell) first.
There is a third mode, `mkvenv.py --pyqt-type source` which uses a system-wide