Update docs

This commit is contained in:
2024-02-07 09:15:48 -06:00
parent b3d887d38d
commit adf0baf956
12 changed files with 13 additions and 13 deletions

View File

@@ -290,7 +290,7 @@
<li><p>Julia version, compatible with the JuMP modeling language.</p></li>
</ul>
<p>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 <a class="reference external" href="https://julialang.org/downloads/">official Julia website for more instructions</a>. After Julia is installed, launch the Julia REPL, type <code class="docutils literal notranslate"><span class="pre">]</span></code> to enter package mode, then install MIPLearn:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>pkg&gt; add MIPLearn@0.3
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>pkg&gt; add MIPLearn@0.4
</pre></div>
</div>
<p>In addition to MIPLearn itself, we will also install:</p>