Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 466 Bytes

File metadata and controls

20 lines (15 loc) · 466 Bytes

pyScienceMode2

Python interface to control the Rehastim2.

Installation

To install the program run the following command in the main directory

python setup.py install

Dependencies

There are some dependencies. You can install them by running the following command :

  • crccheck, colorama, pyserial and typing
pip install crccheck colorama pyserial typing

How to use

An example.py file will guide you on how to use this library.