Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you downloaded the EPD version of Python described above, Continue to Step 3.
  2. 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.
  3. Download the gzipped tar file
  4. Unpack it somewhere convenient. You will want to remember where this folder is as all the examples and documentation will be kept here.
  5. Once it has unpacked, from a terminal go to <your folder>/cvx/src
  6. Run the command: python setup.py install --user

...