Skip to content

Commit fefcbc6

Browse files
committed
Updated readme, doc links
1 parent fb2ba30 commit fefcbc6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/installation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Dependencies
55
------------
66

77
Requirements:
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

1213
Installation

qwt/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@
2020
.. image:: images/panorama.png
2121
2222
External 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'

0 commit comments

Comments
 (0)