You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,29 +46,25 @@ Dependencies
46
46
47
47
Here's the list of visbrain's dependencies :
48
48
49
-
* Numpy
49
+
* Numpy (>= 1.13)
50
50
* Scipy
51
-
* Vispy : fast graphics rendering
52
-
* Matplotlib : mainly for colors and colormaps integration
51
+
* Vispy (>= 0.5.0) : fast graphics rendering
52
+
* Matplotlib (>= 1.5.5): mainly for colors and colormaps integration
53
53
* PyQt5 : Graphical User Interface components
54
54
* Pillow : for screenshots and image file format support.
55
55
56
-
We also strongly recommend to install *pyopengl* :
56
+
We also strongly recommend to install *pandas* and *pyopengl* :
57
57
58
58
.. code-block:: shell
59
59
60
-
pip install PyOpenGL PyOpenGL_accelerate
60
+
pip install pandas PyOpenGL PyOpenGL_accelerate
61
61
62
-
PyQt5 version
63
-
=============
62
+
Installation
63
+
============
64
64
65
65
For the PyQt5 version, Matplotlib's version should be >= 1.5.5. If PyQt is not installed, run either **pip install pyqt5** or **conda install pyqt**. Then, in a terminal run :
0 commit comments