Skip to content

Commit 9d144b0

Browse files
authored
Update install.rst
1 parent 8b49275 commit 9d144b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/install.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ StochDynamicProgramming installation
1010

1111
To install StochDynamicProgramming::
1212

13-
julia> Pkg.clone("https://github.com/leclere/StochDynamicProgramming.jl")
13+
julia> Pkg.add("StochDynamicProgramming")
1414

1515
Once the package is installed, you can import it in the REPL::
1616

@@ -20,7 +20,9 @@ Once the package is installed, you can import it in the REPL::
2020
Install a linear programming solver
2121
-----------------------------------
2222

23-
SDDP need a linear programming solver to run. Clp is installed by default with StochDynamicProgramming.jl.
23+
SDDP need a linear programming (Clp, Gurobi, CPLEX, etc.) solver to run. To install Clp::
24+
25+
julia> Pkg.add("Clp")
2426

2527
Refer to the documentation of JuMP_ to get another solver and interface it with SDDP.
2628

0 commit comments

Comments
 (0)