Python readme

This commit is contained in:
Anthony MOI
2019-11-01 19:42:36 -04:00
parent 6d91bf4005
commit 05cbb32eca
5 changed files with 18 additions and 5 deletions

10
bindings/python/README.md Normal file
View File

@ -0,0 +1,10 @@
### Python Bindings
```
python3.7 -m venv .env
source .env/bin/activate
pip install maturin
maturin build
python example.py
```