MPI-IS / camera_zwo_asi

Python bindings to ZWO astronomical cameras SDK
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

MacOS Support #3

Open mkdryden opened 10 months ago

mkdryden commented 10 months ago

These changes have been tested on MacOS 14.1 with Python 3.11 and libusb installed from conda-forge and also tested on Ubuntu 23.04 to make sure I didn't break any linux support. I have included instructions for installing the x64 version on Apple Silicon Macs since there are currently no binaries from ZWO yet. libusb-0.1 seems to be unnecessary on either platform and I was having issues with the conda-forge version of it, so I have removed it (libusb-1.0 is still needed).