Supported platform for IOFormat are:
- Windows:
- Visual Studio 2017 (VC15)
- Visual Studio 2019 (VC16)
- Visual Studio 2022 (VC17)
- Ubuntu 20.04: GCC 9
- Ubuntu 22.04: GCC 11
- Ubuntu 24.04: GCC 13
- RHEL8: GCC 8
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:
And in the code, the following line must be added:
IOLink is delivered with IOFormat. You can also use its functionalities by adding the following lines: