Skip to content

rfadams/python-cvxopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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