Skip to content

Commit b8cea15

Browse files
authored
Clarify license instructions in README (#572)
1 parent 360e11e commit b8cea15

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,16 @@ Free Gurobi licenses are available for [academics and students](https://www.guro
3737

3838
## Installation
3939

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+
4250
```julia
4351
import Pkg
4452
Pkg.add("Gurobi_jll")

0 commit comments

Comments
 (0)