summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-09 21:14:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-10 17:06:20 +0100
commit30fdde8a450f72d40ded7db323fb99f4a066cec3 (patch)
tree2263c5ba88e4808b6491529eb5c1a25a495c955b /doc/contributing.asciidoc
parent7dfb403478d7a1f27ffcd50263f1e9a43298a0dd (diff)
downloadqutebrowser-30fdde8a450f72d40ded7db323fb99f4a066cec3.tar.gz
qutebrowser-30fdde8a450f72d40ded7db323fb99f4a066cec3.zip
Replace tox -e mkvenv by a mkvenv.py script
This was mainly needed because PyQt 5.14.1 is a manylinux2014 wheel and needs an updated pip, see #5013
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index ba984f328..96c35e4b3 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -92,9 +92,9 @@ git format-patch origin/master <1>
Running qutebrowser
-------------------
-After link:install{outfilesuffix}#tox[installing qutebrowser via tox], you can run
-`.venv/bin/qutebrowser --debug --temp-basedir` to test your changes with debug
-logging enabled and without affecting existing running instances.
+After link:install{outfilesuffix}#tox[installing qutebrowser in a virtualenv],
+you can run `.venv/bin/qutebrowser --debug --temp-basedir` to test your changes
+with debug logging enabled and without affecting existing running instances.
Alternatively, you can install qutebrowser's dependencies system-wide and run
`python3 -m qutebrowser --debug --temp-basedir`.