Installation¶
Python scripts using the imperix library can can be executed via Cockpit’s built-in script launcher, without the need of installing additional software.
To run these scripts outside of Cockpit (e.g., via the command line or VS Code), install the imperix Python library as outlined below.
Prerequisites:
imperix ACG SDK or CPP SDK version 2026.3 or later (download).
Python version 3.11 or later (download).
Steps:
Download the imperix Python library:
imperix_python_library_v0.1.3.zipInstall the library using
pipby pointing it to your downloaded file:
python -m pip install "C:\path\to\imperix_python_library_v0.1.3.zip"
Note
For a more detailed walkthrough, see the Getting started guide.