Update docs

This commit is contained in:
2024-02-07 09:17:09 -06:00
parent 702824a3b5
commit 8a02e22a35
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
"In this tutorial, we will demonstrate how to use and install the Python/Pyomo version of the package. The first step is to install Julia in your machine. See the [official Julia website for more instructions](https://julialang.org/downloads/). After Julia is installed, launch the Julia REPL, type `]` to enter package mode, then install MIPLearn:\n",
"\n",
"```\n",
"pkg> add MIPLearn@0.3\n",
"pkg> add MIPLearn@0.4\n",
"```"
]
},