Python Installation Instructions

참고

The recommended Python version for these samples is 3.7 - 3.9.

  1. Install Zivid Software.

  2. Download Zivid Sample Data.

  3. Check out the Zivid Python samples repository:

    git clone http://github.com/zivid/zivid-python-samples.git
    
  4. IDE 또는 command-line을 사용하여 런타임 요구 사항을 설치합니다.

cd zivid-python-samples
pip install -r requirements.txt
  1. 샘플 중 하나를 열고 실행합니다.

    참고

    Running GUI samples on Windows should be done via pythonw.