A libray to control the Fisba ReadyBeam laser light sources.
At this time, this code is only tested on an Ubuntu 22.04
operating system.
For installing this library using the following syntax in a Linux shell:
pip3 install -r requirements.txt
sudo python3 setup.py install
For testing the library, you can use the following syntax in a Linux shell:
pytest
If you do not have pytest
installed in your operating system, try installing via:
pip3 install pytest
Please use the issues section of this repository to reach out to us regarding your comment on this library.