Versions Compared

Key

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

...

  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 

...