# Python-SDK

MaxLeap Python SDK (under development)

## Install

```bash
pip install maxleap-sdk
```

or

```
easy_install maxleap-sdk
```

Maybe you need the `sudo` prefix depends on you OS environment.

## Generate API document

```bash
cd docs
make html
```

Author: czhou (czhou@ilegendsoft.com)
