File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,16 @@ Free Gurobi licenses are available for [academics and students](https://www.guro
37
37
38
38
## Installation
39
39
40
- To use Gurobi, you need a license. To install the license, first obtain a key
41
- from [ gurobi.com] ( https://www.gurobi.com ) , then run:
40
+ To use Gurobi, you need a license, which you can obtain from from [ gurobi.com] ( https://www.gurobi.com ) .
41
+
42
+ Once you have a license, follow Gurobi's instructions to
43
+ [ retrieve and set up a Gurobi license] ( https://support.gurobi.com/hc/en-us/articles/12872879801105-How-do-I-retrieve-and-set-up-a-Gurobi-license ) .
44
+
45
+ The instructions depend on the type of license that you have obtained.
46
+
47
+ As one exception, if you have used the default installation of Gurobi.jl and the
48
+ instructions call for ` grbgetkey ` , do:
49
+
42
50
``` julia
43
51
import Pkg
44
52
Pkg. add (" Gurobi_jll" )
You can’t perform that action at this time.
0 commit comments