...
- If you downloaded the EPD version of Python described above, Continue to Step 3.
- If you are using a different version of python, you must ensure your python installation includes all the requisite dependencies listed here . As far as we currently know, it is sufficient to have built numpy and scipy from source.
- Download the gzipped tar file
- Unpack it somewhere convenient. You will want to remember where this folder is as all the examples and documentation will be kept here.
- Once it has unpacked, from a terminal go to <your folder>/cvx/src
- Run the command: python setup.py install --user
...