Python Installation Instructions

  1. Install Zivid Software.

  2. Install Zivid Python. Note: The recommended Python version for these samples is 3.6 - 3.9.

  3. Download Zivid Sample Data.

  4. Install the runtime requirements using IDE or command line:

    pip install -r requirements.txt
    
  5. Add the directory source to PYTHONPATH. Navigate to the root of the repository and run:

  • PowerShell: $env:PYTHONPATH=$env:PYTHONPATH + ";$PWDsource"

  • cmd: set PYTHONPATH="$PYTHONPATH;$PWDsource"

  • bash: export PYTHONPATH="$PYTHONPATH:$PWD/source"

  1. Open and run one of the samples.