waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.57k stars 355 forks source link

Add colorzero as an installation requirement in setup.py #667

Open mfreeborn opened 3 years ago

mfreeborn commented 3 years ago

I just tried to install the library from the latest commit (in order to be able to use the greyworld auto-white balance mode) but I had to do a bit of snooping about to realise that colorzero is now a requirement during installation and should be added to setup.py. At present, colorzero needs installing separately with pip.