Installing dbbpy
dbbpy can be installed via pip using:
pip install dbbpyAlternatively, you can install it directly from GitHub:
pip install git+https://github.com/ScipioneParmigiano/dbbpy.gitTo produce the bindings one should already have MOSEK and Eigein installed and in a terminal call:
compile_bindingsThat said, the Rython interface is ready to be used.
Last updated