Getting Started

Prerequisites

pip is required to install this library. If you do not have pip, refer to this guide regarding installation instructions.

Dependencies

The current dependencies of the library include:
  • NumPy
  • Imageio

However, these do not need to be installed beforehand. Installing the library will also install any dependencies it has if they are not found.

Installation

To install the library, use the command below:

pip install pyifx

This will install the library and its dependencies (if needed).

Importing the Library

To start using the library, import it into a python file.

"""This is a python file."""
import pyifx

Once the library is installed, it is ready for use.