/FisbaReadyBeam

:flashlight: A library written in Python to control Fisba ReadyBeam laser light source.

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Description

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.

Getting Started

Installing

For installing this library using the following syntax in a Linux shell:

pip3 install -r requirements.txt
sudo python3 setup.py install

Testing

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

Issues, Bugs, Comments and suggestion

Please use the issues section of this repository to reach out to us regarding your comment on this library.