Installation Guide

Welcome to the installation guide for IoP. This guide will walk you through the steps to install the application on your local machine or in a docker container image.

Prerequisites

Before you begin, ensure you have the following installed:

With PyPi

To install the application using PyPi, run the following command:

pip install iris-pex-embedded-python

Then you can run the application using the following command:

iop --init

Check the documentation about the command line interface here for more information.

With ZPM/IPM

To install the application using ZPM or IPM, run the following command:

zpm "install iris-pex-embedded-python"