Here's the instruction on official website of Gurobi:
"If you are a Python user, and wish to use Gurobi from within your own
Python environment, you can install the gurobipy module directly into
your environment. You do this by issuing this command from your
<installdir>:
python setup.py install"
The way I do this is to find the path of Gurobi installation file in
windows Command Prompt(C:\gurobi460\win64) by typing cd C:
\gurobi460\win64. and I typed: python setup.py install. Then I got
the message" python is not recognized as an internal or external
command". I am really confued.
Can somebody tell me the exact command I need to type in in Command
Prompt? Or if you have a pictured procedure of how to do this, could
you please send it to me?
Thank you so much!