> For the complete documentation index, see [llms.txt](https://pietro-zanottas-organization.gitbook.io/dbb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pietro-zanottas-organization.gitbook.io/dbb/installation/installing-dbbpy.md).

# Installing dbbpy

`dbbpy` can be installed via pip using:

```
pip install dbbpy
```

Alternatively, you can install it directly from GitHub:

```
pip install git+https://github.com/ScipioneParmigiano/dbbpy.git
```

To produce the bindings one should already have MOSEK and Eigein installed and in a terminal call:

```
compile_bindings
```

That said, the Rython interface is ready to be used.
