aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/quickstart.rst
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-10-27 20:41:12 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2020-10-28 13:56:33 +0000
commit1bc8c8ce262d80bbea0141f48055342adca9e3f9 (patch)
tree9c2e9e07a8f4b7c0280e2bbe29a50588be0e41f1 /sources/pyside2/doc/quickstart.rst
parent8d2aa4264ce2eef7b465c1917ca027eea294747e (diff)
pyside/doc: remove python 2 references
Change-Id: Ife968831c695f1982f9d0ed1157f9128331a700e Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/doc/quickstart.rst')
-rw-r--r--sources/pyside2/doc/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/quickstart.rst b/sources/pyside2/doc/quickstart.rst
index 87471a8a8..fc6b9810a 100644
--- a/sources/pyside2/doc/quickstart.rst
+++ b/sources/pyside2/doc/quickstart.rst
@@ -6,7 +6,7 @@ Requirements
Before you can install |project|, first you must install the following software:
- * Python 2.7 or 3.5+ (we recommend 3.5+),
+ * Python 3.6+,
* We recommend using a virtual environment, such as
`venv <https://docs.python.org/3/library/venv.html>`_ or
`virtualenv <https://virtualenv.pypa.io/en/latest>`_