The installation of Chromasens Python SDK is handled with the Python package index tool PyPi. To handle multiple projects without dependency conflicts it’s recommended (but not required) to use a virtual environment for your project with Chromasens components.
For the installation please perform the following steps:
Create a virtual environment. (recommended) In this manual, the Python default package venv is used. It is recommended to use a virtual environment but not required. Execute the following commands in the command prompt. Find more detailed information here: https://docs.python.org/3/library/venv.html
python -m venv /path/to/new/virtual/environment
Activate your virtual environment. (recommended) To install your Python packages in the venv the venv must be activated.
To use Chormasens GenICam devices please install the latest version of GCT. It is recommended to use the default installation directory. Otherwise, the path .csi file must be specified in the Python application.