Metadata-Version: 2.4
Name: pyOceanopticsSpectrometer
Version: 0.4
Summary: A python library/GUI to access and control OceanOptics spectrometers
Home-page: https://github.com/MicheleCotrufo/
Author: Michele Cotrufo
Author-email: michele.cotrufo@gmail.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: abstract_instrument_interface>=0.9
Requires-Dist: seabreeze
Requires-Dist: PyQt5>=5.15.6
Requires-Dist: pyqtgraph
Requires-Dist: pyvisa
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


- Check list of devices that are supported by seabreeze
- If your device is supported by cseabreeze, then no other step is required
- If your device is supported only via pyseabreeze, then you need to do the following
    - Set up pyOceanOpticsSpectrometer so that it uses pyseabreeze
    - Install pip install pyusb
    - Install pip install libusb
    - You might need to manually add a .dll file to your system. Go here https://libusb.info/, Downloads -> Latest Windows Binaries. In the zip file, enter either the folder MinGW64/dll or MinGW32/dll (depending on your OS). Copy the file  libusb-1.0.dll into C:\Windows\System32
