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.
Last updated