jeffbass / imagezmq

A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging.
MIT License
1.01k stars 160 forks source link

Pip installable #32

Closed timsears closed 4 years ago

timsears commented 4 years ago

lets you do something like

pip install path/to/imagezmq 

to make imagezmq available in your python environment.

jeffbass commented 4 years ago

Thanks, Tim! I appreciate your careful work with this. I am developing and testing a much larger version of setup.py that is based on Kenneth Reitz's "setup.py for Humans", but I really appreciate that you got this going. (My model template is at setup.py for Humans). Commit merged. Jeff