Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.51 KB

File metadata and controls

23 lines (11 loc) · 1.51 KB

Install Dependencies

Once you have Python installed, please install numpy.

Installing Gurobi

  • Please obtain appropriate Gurobi License from here. Please note that if you are using Academic License, you should be in your University network (VPN should work fine too) while installing the license. Please refer to this link for details. After the license is installed properly, Gurobi can be used from home network.
  • Install Gurobi. Please note that we will need Gurobi Python Interface. On-line documentation on installation can be found here.
  • Gurobi Python Interface can also be installed through Anaconda. Details on installing Gurobi Python Interface through conda can be found here.

Testing the Environment

Please note that this step is optional.

The above installation can be checked by running this python script in LinearSystemWithFaults/EnvironmentTester/test-install.py

python test-install.py

If all the installations were correctly done, then this script should run without any error and display Environment is Ready at the end.