Update README to reflect loss of scipy dependency
This commit is contained in:
parent
1edf1375ed
commit
9cfc3a9f85
@ -35,8 +35,8 @@ Requirements
|
|||||||
|
|
||||||
* PyQt 4.7+ or PySide
|
* PyQt 4.7+ or PySide
|
||||||
* python 2.6, 2.7, or 3.x
|
* python 2.6, 2.7, or 3.x
|
||||||
* numpy, scipy
|
* NumPy
|
||||||
* For 3D graphics: pyopengl
|
* For 3D graphics: pyopengl and qt-opengl
|
||||||
* Known to run on Windows, Linux, and Mac.
|
* Known to run on Windows, Linux, and Mac.
|
||||||
|
|
||||||
Support
|
Support
|
||||||
@ -53,6 +53,9 @@ Installation Methods
|
|||||||
* To install system-wide from source distribution:
|
* To install system-wide from source distribution:
|
||||||
`$ python setup.py install`
|
`$ python setup.py install`
|
||||||
* For instalation packages, see the website (pyqtgraph.org)
|
* For instalation packages, see the website (pyqtgraph.org)
|
||||||
|
* On debian-like systems, pyqtgraph requires the following packages:
|
||||||
|
python-numpy, python-qt4 | python-pyside
|
||||||
|
For 3D support: python-opengl, python-qt4-gl | python-pyside.qtopengl
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
Reference in New Issue
Block a user