Update README
Add matplotlib as optional library. Replace hdf5 by h5py. Add links towards the github page or website of the different linraries.
This commit is contained in:
parent
4a921ddf71
commit
08e460ad34
15
README.md
15
README.md
@ -36,14 +36,15 @@ Currently this means:
|
||||
* Python 3.7+
|
||||
* Qt 5.12-5.15, 6.1
|
||||
* Required
|
||||
* PyQt5, PyQt6, PySide2 or PySide6
|
||||
* `numpy` 1.17+
|
||||
* [PyQt5](https://www.riverbankcomputing.com/software/pyqt/), [PyQt6](https://www.riverbankcomputing.com/software/pyqt/), [PySide2](https://wiki.qt.io/Qt_for_Python) or [PySide6](https://wiki.qt.io/Qt_for_Python)
|
||||
* [`numpy`](https://github.com/numpy/numpy) 1.17+
|
||||
* Optional
|
||||
* `scipy` for image processing
|
||||
* `pyopengl` for 3D graphics
|
||||
* `pyopengl` on macOS Big Sur only works with python 3.9.1+
|
||||
* `hdf5` for large hdf5 binary format support
|
||||
* `colorcet` for supplemental colormaps
|
||||
* [`scipy`](https://github.com/scipy/scipy) for image processing
|
||||
* [`pyopengl`](https://github.com/mcfletch/pyopengl) for 3D graphics
|
||||
* [`pyopengl`](https://github.com/mcfletch/pyopengl) on macOS Big Sur only works with python 3.9.1+
|
||||
* [`h5py`](https://github.com/h5py/h5py) for large hdf5 binary format support
|
||||
* [`colorcet`](https://github.com/holoviz/colorcet) for supplemental colormaps
|
||||
* [`matplotlib`](https://github.com/matplotlib/matplotlib) for supplemental colormaps
|
||||
* [`cupy`](https://docs.cupy.dev/en/stable/install.html) for CUDA-enhanced image processing
|
||||
* On Windows, CUDA toolkit must be >= 11.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user