Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 705 Bytes

CVXOPT Solver for Python

More Info can be found at:
http://openopt.org/CVXOPT
http://abel.ee.ucla.edu/cvxopt/index.html

Manual Install

  1. Click the 'Zip' button to download the code (or clone the repo)
  2. Extract the zip file to a directory
  3. cd path_to_unzipped_code/src
  4. If you are using a python virtualenv, activate it now (eg workon )
  5. python setup.py install

Pip Installation

Coming soon...

Verify Install

  1. If you are using a python virtualenv, activate it now (eg workon )
  2. At the terminal, enter the command "python"
  3. Inside the python shell, enter the command "import cvxopt"

If there are no errors, then the cvxopt solver is properly installed