Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Go to www.gurobi.com
  2. Create an account, and request an academic license.
  3. Download the installer for Gurobi 5.0.2
  4. Install Gurobi, accepting default options. Remember where it installed to!
  5. Go back to the website and navigate to the page for your academic license. You'll be given a command with a big code in it, e.g. grbgetkey aaaaa-bbbb
  6. In a terminal, navigate to the .../gurobi502/osx/bin folder
  7. Copy-and-paste the command from the website into the command prompt - you need to be on campus for this to work!
  8. Go up a level (cd ..)
  9. Run the command python setup.py install Apparently this is a bad idea on OSX!
  10. You are done!

Install setuptools 

...

We need to be careful how we use setuptools to ensure we use the new version we just installed.

  1. Open a terminal
  2. Type sudo python -m easy_install pyparsing==1.5.3
  3. Type sudo python -m easy_install pulp
  4. easy_install will download and install PuLP to your computer

...