2. Installation
Pre-Installation Requirements
To install PyIOmica on any platform you need Python. Required package dependencies are listed in the setup.py file. The software has been tested with Python 3.13.5. Compatibility with earlier Python 3.x versions depends on the minimum requirements of the dependencies listed in setup.py.
Installation Instructions
To install the current release from PyPI (Python Package Index) use pip:
pip install pyiomica
Alternatively, you can install directly from github using:
pip install git+https://github.com/gmiaslab/pyiomica/
Running PyIOmica
After installation run:
>>> import pyiomica