> For the complete documentation index, see [llms.txt](https://simdocs.deepdrive.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simdocs.deepdrive.io/v2-security-updates/docs/python_bindings.md).

# python\_bindings

## Building the python bindings

```
install-local-bindings.sh
```

## Pushing bindings to PyPi

Pushing to the release branch causes CI to publish wheels to the PyPi cheese shop.

```
git push origin master && git push origin master:release
```
