From 94b504bc696412ed52c866a11d1745ec9c1b6c2c Mon Sep 17 00:00:00 2001 From: Shen Wang <125523842+swang22@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:55:32 -0500 Subject: [PATCH] Update installation.md --- docs/src/installation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/installation.md b/docs/src/installation.md index 2f39f7b..a952023 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -11,10 +11,6 @@ Install [Julia](http://julialang.org/) language. Clone OR download the **HOPE** repository to your local directory - click the green "Code" button on the **HOPE** main page and choose "Download ZIP" (remember to change the folder name to **HOPE** after you decompress zip file). You need to save the `HOPE` project in your `home` directory like: `/yourpath/home/HOPE`. ![image](https://github.com/swang22/HOPE/assets/125523842/6cd0feae-dec8-439f-a44d-98896228029e) -**After released** -```julia-repl -pkg> add https://github.com/swang22/HOPE.jl -``` ## 3. Solver Packages The open-source packages (i.e., [Cbc](https://github.com/coin-or/Cbc), [GLPK](https://github.com/firedrakeproject/glpk), [Clp](https://github.com/coin-or/Clp), etc.) will be automatically installed in the step 2. While the commercial (e.g., [Groubi](https://www.gurobi.com/) and [CPLEX](https://www.ibm.com/products/ilog-cplex-optimization-studio)) solver packages (if needed) should be installed by users follow their instructions.