Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyunp committed Aug 26, 2018
1 parent e01cc13 commit 6b7a980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,10 @@ Installation
*NOTE: QCQP was developed before the release of CVXPY 1.0, which is [not backward compatible](http://www.cvxpy.org/) with the previous version CVXPY 0.4. As of August 2018, QCQP is only compatible with CVXPY 0.4.*

You should first install CVXPY 0.4, following the instructions [here](http://www.cvxpy.org/).
If you already have CVXPY, make sure you have the version compatible with QCQP by running ``conda list cvxpy`` or ``pip show cvxpy``. latest version by running ``pip install --upgrade cvxpy``.
If you already have CVXPY, make sure you have the version compatible with QCQP by running ``conda list cvxpy`` or ``pip show cvxpy``. You can install the compatible version of CVXPY by running the following.
```
conda install -c cvxgrp cvxpy=0.4.9
```

The simplest and recommended way of installing QCQP is to run ``pip install qcqp``.
To install the package from source, run ``python setup.py install`` in the source directory.
Expand Down

0 comments on commit 6b7a980

Please sign in to comment.