Installation

maodevice supports Python3.6 and 3.7.

Using pip

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

$ pip install --user 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