File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ for more details on API limitations when comparing to Qwt.
5656## Dependencies
5757
5858### Requirements ###
59- - Python >=2.6 or Python >=3.0
59+ - Python >=2.6 or Python >=3.2
6060- PyQt4 >=4.4 or PyQt5 >= 5.5
6161- NumPy >= 1.5
6262- guidata >= 1.7 for the GUI-based test launcher
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ Dependencies
55------------
66
77Requirements:
8- * Python 2.x (x>=6)
9- * PyQt4 4.x (x>=4) or PyQt5 5.x (x>=5)
8+ * Python 2.x (x>=6) or 3.x (x>=2)
9+ * PyQt4 4.x (x>=3 ; recommended x>=4) or PyQt5 5.x (x>=5)
10+ * spyderlib >=v2.0.10 for the test launcher
1011 * NumPy 1.x (x>=5)
1112
1213Installation
Original file line number Diff line number Diff line change 2020.. image:: images/panorama.png
2121
2222External resources:
23+ * Python Package Index: `PyPI`_
24+ * Project page on GitHub: `GitHubPage`_
2325 * Bug reports and feature requests: `GitHub`_
2426
27+ .. _PyPI: https://pypi.python.org/pypi/PythonQwt
28+ .. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
2529.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
2630"""
2731__version__ = '0.5.1'
You can’t perform that action at this time.
0 commit comments