A libray to control the Fisba ReadyBeam laser light sources.
The library and its dependencies are cross-platform. At this time however, this code is only tested on an Ubuntu 22.04 operating system.
For installing this library using the following syntax in a Linux shell:
git clone https://github.com/complight/FisbaReadyBeam.git
cd FisbaReadyBeam
pip3 install -e .or
git clone https://github.com/complight/FisbaReadyBeam.git
cd FisbaReadyBeam
pip3 install -r requirements.txt
sudo python3 setup.py installFor testing the library, you can use the following syntax in a Linux shell:
pytestIf you do not have pytest installed in your operating system, try installing via:
pip3 install pytestPlease use the issues section of this repository to reach out to us regarding your comment on this library.