...
- Go to www.gurobi.com
- Create an account, and request an academic license.
- Download the installer for Gurobi 5.0.2
- Install Gurobi, accepting default options. Remember where it installed to!
- 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
- In a terminal, navigate to the .../gurobi502/osx/bin folder
- Copy-and-paste the command from the website into the command prompt - you need to be on campus for this to work!
- Go up a level (cd ..)
- Run the command python setup.py install Apparently this is a bad idea on OSX!
- You are done!
Install setuptools
...