Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 439 Bytes

File metadata and controls

10 lines (8 loc) · 439 Bytes

PyPylon

PyPylon is a Python wrapper for the pylon software suite.

If you have any questions regarding this project please checkout imaginghub.com!

Installing

  1. Install pylon on your system
  2. Select the appropriate whl file for your platform
  3. Install via pip3 install [whl-file-path]
  4. Open the Python REPL (just run python) and verify that import pypylon.pylon does not yield any errors