Support Support Home » APIs » Python » Python inst macos

XIMEA Python API - macOS installation steps

How to install the Ximea Python module:

  1. Install the Ximea SP - Follow the instructions from this site and run the install script.
  2. Check the installation by calling this command:
    python -c "import ximea;
    print(ximea.__version__)" 
    

    It should print out the version of the package.