19 lines
242 B
Markdown
19 lines
242 B
Markdown
# MYNT® EYE Python Wrapper
|
|
|
|
## Prerequisites
|
|
|
|
* [Boost.Python](https://www.boost.org/doc/libs/1_67_0/libs/python/doc/html/index.html)
|
|
|
|
## Build
|
|
|
|
```bash
|
|
cd <sdk>
|
|
make python
|
|
```
|
|
|
|
## Run
|
|
|
|
```bash
|
|
python wrappers/python/samples/mynteye.py
|
|
```
|