IOFormat Python IOF_v1.5.2_releaseENABLED_SECTIONS += INTERNAL
Loading...
Searching...
No Matches
Installation

IOFormat is delivered as a PIP package for the following platforms:

  • MSVC15: for Python 3.6, 3.8, 3.9, 3.10, 3.11
  • Ubuntu 20.04: default Python version (3.8) and 3.9, 3.10, 3.11

First, you must install, upgrade and configure PIP as follows:

pip install -U pip
pip config --user set global.index-url https://pypi.org/simple/
pip config --user set global.extra-index-url https://frbor-artifact01.emea.thermo.com/artifactory/api/pypi/internal-pip/simple

And then, you can install IOFormat:

pip install ioformat

And in the code, the following line must be added:

from ioformat import *

IOLink is delivered with IOFormat. You can also use its functionalities by adding the following lines:

from iolink import *