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 ------------------------- 1. To install the current release from PyPI (Python Package Index) use pip: .. code:: bash pip install pyiomica 2. Alternatively, you can install directly from github using: .. code:: bash pip install git+https://github.com/gmiaslab/pyiomica/ Running PyIOmica ---------------- After installation run: .. code:: python >>> import pyiomica