Installation¶
Dependencies¶
The guidata
package requires the following Python modules:
Name |
Version (min.) |
---|---|
Python |
3.7 |
PyQt |
5.11 |
h5py |
3.0 |
NumPy |
1.21 |
pandas |
|
Pillow |
|
QtPy |
1.9 |
Note
Python 3.11 is the reference for production release
Optional modules for development and testing:
Name |
Version (min.) |
---|---|
black |
|
isort |
|
pylint |
|
Coverage |
Optional modules for building the documentation:
Name |
Version (min.) |
---|---|
sphinx |
|
sphinx-copybutton |
Installation¶
From the source package:
python setup.py install