oWindows The installation of the IDS peak runtime setup is sufficient for the exclusive use of Python. If you also want to use IDS peak Cockpit, you must install the IDS peak standard setup.
oLinux If you use the archive package (tgz file), you must execute the {ARCHIVE_INSTALL_ROOT}/local/scripts/ids_install_udev_rule.sh script with administrator privileges (sudo) to set the appropriate permissions for USB access. Without the udev rules you have to execute the scripts with sudo -E LD_LIBRARY_PATH=... python3 script.py (-E to obtain the environment, but this does not work for the LD_LIBRARY_PATH).
a.Click on the terminal icon in the left bar at the bottom of the window to open an input terminal within the virtual environment.
b.Enter the following command to install the IDS peak Python bindings: python -m pip install ids_peak_ipl ids_peak ids_peak_afl
c.If you use a proxy server, you must specify the proxy server directly after "pip install": python -m pip install --proxy <IP address>:<port number> ids_peak_ipl ids_peak ids_peak_afl