Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Jan 19, 2016
1 parent d0df20e commit c4ff90a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ Application development tools:

### Requirements

- Python >=2.6 or Python >=3.2
- PyQt4 4.x (x>=3 ; recommended x>=4) or PyQt5 5.x (x>=5)
- spyderlib >=v2.0.10 (test launcher and array/dictionnary editors)
- Python 2.6+ or Python 3.2+
- [PyQt4](https://pypi.python.org/pypi/PyQt4) 4.3+ or [PyQt5](https://pypi.python.org/pypi/PyQt5) 5.5+
- [spyderlib](https://pypi.python.org/pypi/spyder) 2.1+ (test launcher and array/dictionnary editors)

### Optional Python modules

- h5py (HDF5 files I/O)
- cx_Freeze or py2exe (application deployment on Windows platforms)
- [h5py](https://pypi.python.org/pypi/h5py) (HDF5 files I/O)
- [cx_Freeze](https://pypi.python.org/pypi/cx_Freeze) or [py2exe](https://pypi.python.org/pypi/py2exe) (application deployment on Windows platforms)

### Other optional modules

gettext (text translation support)

### Recommended modules

guiqwt >= 3.0
[guiqwt](https://pypi.python.org/pypi/guiqwt) >= 3.0 is a set of tools for curve and image plotting based on `guidata`.


## Installation
Expand Down

0 comments on commit c4ff90a

Please sign in to comment.