summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-03 11:47:44 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-03 11:47:44 +0100
commitef945c42f75e7a13fd0191f265fbcdebcb0a9fd7 (patch)
tree1fc353f6e462dee26cfc483fa2cb93828b08313b /README.asciidoc
parent9909bf0b113b1357bb19c678046a14762b2b6901 (diff)
downloadqutebrowser-ef945c42f75e7a13fd0191f265fbcdebcb0a9fd7.tar.gz
qutebrowser-ef945c42f75e7a13fd0191f265fbcdebcb0a9fd7.zip
readme: Mark Pygments as optional
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 704058bd7..43e6a19e4 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -92,7 +92,6 @@ websites and using it for transmission of sensitive data._
* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.12.0 or newer
for Python 3
* https://palletsprojects.com/p/jinja/[jinja2]
-* https://pygments.org/[pygments]
* https://github.com/yaml/pyyaml[PyYAML]
On older Python versions (3.6/3.7/3.8), the following backports are also required:
@@ -103,6 +102,9 @@ On older Python versions (3.6/3.7/3.8), the following backports are also require
The following libraries are optional:
* https://pypi.org/project/adblock/[adblock] (for improved adblocking using ABP syntax)
+* https://pygments.org/[pygments] for syntax highlighting with `:view-source`
+ on QtWebKit, or when using `:view-source --pygments` with the (default)
+ QtWebEngine backend.
* On Windows, https://pypi.python.org/pypi/colorama/[colorama] for colored log
output.
* https://importlib-metadata.readthedocs.io/[importlib_resources] on Python 3.7