From cfc9759502701e75cf0c707fb80105b8ca80a346 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Thu, 24 May 2018 17:16:38 -0700 Subject: [PATCH] update readme / install docs to mention PySide2 --- README.md | 2 +- doc/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85f4f9e7..a0048103 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ heavy leverage of numpy for number crunching, Qt's GraphicsView framework for Requirements ------------ - * PyQt 4.7+, PySide, or PyQt5 + * PyQt 4.7+, PySide, PyQt5, or PySide2 * python 2.7, or 3.x * NumPy * For 3D graphics: pyopengl and qt-opengl diff --git a/doc/source/installation.rst b/doc/source/installation.rst index bd1594da..37c0ae0e 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -36,7 +36,7 @@ Requirements PyQtGraph depends on: * Python 2.7 or Python 3.x -* A Qt library such as PyQt4, PyQt5, or PySide +* A Qt library such as PyQt4, PyQt5, PySide, or PySide2 * numpy The easiest way to meet these dependencies is with ``pip`` or with a scientific python