Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 881 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 881 Bytes

maodevice

maodevice is the Python3 package to control MAO devices.

Installation

Using pip

You can install the package without being root by adding the --user flag:

$ pip install git+https://github.com/mao-wfs/maodevice

Install from source

Clone the repository somewhere on your disk and enter to the repository:

$ git clone https://github.com/mao-wfs/maodevice.git
$ cd maodevice

Now you can install it on your system:

$ python setup.py install

Documentation

You can see information and full documentation at maodevice site.

Copyright

maodevice is an open source project by Project MAO Contributors. See the license file for more information.