Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 404 Bytes

File metadata and controls

19 lines (14 loc) · 404 Bytes

bonsai-py - Python bindings

Python bindings for the bonsai-bt behavior-tree library.

Installation (dev)

python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\Activate.ps1
pip install maturin
cd bonsai-py
maturin develop
python -c "import bonsai_py; print(bonsai_py.__version__)"

License

MIT - see LICENSE.