update readme / install docs to mention PySide2

This commit is contained in:
Luke Campagnola 2018-05-24 17:16:38 -07:00
parent 0af4706024
commit cfc9759502
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ heavy leverage of numpy for number crunching, Qt's GraphicsView framework for
Requirements Requirements
------------ ------------
* PyQt 4.7+, PySide, or PyQt5 * PyQt 4.7+, PySide, PyQt5, or PySide2
* python 2.7, or 3.x * python 2.7, or 3.x
* NumPy * NumPy
* For 3D graphics: pyopengl and qt-opengl * For 3D graphics: pyopengl and qt-opengl

View File

@ -36,7 +36,7 @@ Requirements
PyQtGraph depends on: PyQtGraph depends on:
* Python 2.7 or Python 3.x * 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 * numpy
The easiest way to meet these dependencies is with ``pip`` or with a scientific python The easiest way to meet these dependencies is with ``pip`` or with a scientific python