summaryrefslogtreecommitdiff
path: root/docs/development/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/installation.rst')
-rw-r--r--docs/development/installation.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index 244aabe..ff81229 100644
--- a/docs/development/installation.rst
+++ b/docs/development/installation.rst
@@ -231,9 +231,6 @@ packages using ``pip``:
$ sudo pip install virtualenv tox
-If you wish to use Python 3 then simply replace ``python`` with ``python3`` in
-the above command.
-
Configure Virtual Environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -254,8 +251,8 @@ virtual environment. This can be done like so:
.. note::
- If you installed a Python 3.x-based virtual environment package, adjust the
- executable indicated above as necessary, e.g. ``virtualenv-3.7``.
+ If you wish to use a specific Python version, you can provide the
+ ``--python`` argument to use this, e.g. ``--python=python3.7``.
Now install the packages. Patchwork provides three requirements files.