Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 965 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 965 Bytes

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:

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 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.