Read the documentation at here.
Currently you can install kemitter
from source by cloning this repository.
Some of the cvxpy
dependencies can be tricky to install. On Windows we have encountered build issues with some of
the cvxpy
solvers, so if you encounter problems you may want to install ECOS
from
a pre-built wheel before attempting to install kemitter
.
git clone https://github.com/ashirsch/kemitter.git
pip install numpy
pip install -e .
Finally, follow the instructions on the MOSEK website to install the Python API and to obtain an academic license. Additional solver support will be available in the next release.