summaryrefslogtreecommitdiff
path: root/doc/source/install.rst
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2020-07-21 14:45:14 +0200
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2020-07-21 14:45:14 +0200
commit328032e2317e3ac4859196bbf12bdb71795302fe (patch)
tree8cd13462beab109e3cb53410c42335b6d1e00ee6 /doc/source/install.rst
parent33ed2a64c92b0311ae35456c016eb284e426afc2 (diff)
New upstream version 0.13.0+dfsg
Diffstat (limited to 'doc/source/install.rst')
-rw-r--r--doc/source/install.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 8e5220b..8ed5136 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -10,11 +10,11 @@ This table summarizes the support matrix of silx:
+------------+--------------+---------------------+
| System | Python vers. | Qt and its bindings |
+------------+--------------+---------------------+
-| `Windows`_ | 3.5, 3.6-3.7 | PyQt5.6+, PySide2 |
+| `Windows`_ | 3.5-3.8 | PyQt5.6+, PySide2 |
+------------+--------------+---------------------+
-| `MacOS`_ | 2.7, 3.5-3.7 | PyQt5.6+, PySide2 |
+| `MacOS`_ | 3.5-3.8 | PyQt5.6+, PySide2 |
+------------+--------------+---------------------+
-| `Linux`_ | 2.7, 3.4-3.7 | PyQt5.3+, PySide2 |
+| `Linux`_ | 3.5-3.8 | PyQt5.3+, PySide2 |
+------------+--------------+---------------------+
For the description of *silx* dependencies, see the Dependencies_ section.
@@ -211,8 +211,8 @@ prompt.
MacOS
-----
-While Apple ships Python 2.7 by default on their operating systems, we recommend
-using Python 3.5 or newer to ease the installation of the Qt library.
+Apple ships Python 2.7 by default on their operating systems.
+You must install Python 3.5 or newer to install silx.
Then, install *silx* with ``pip``, see `Installing with pip`_::