From 2f06b51bd3b0b4b614223f6d905eac50eccd22c2 Mon Sep 17 00:00:00 2001 From: joda9 Date: Wed, 10 Jul 2024 17:17:57 +0200 Subject: [PATCH] Update installation instructions for Julia --- doc/quickstart.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 2d64df52f..04f12fbaf 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -58,13 +58,8 @@ Installation Steps Download Julia 1.6.7 from the `Julia LTS releases page `_. -For Linux users, you can use the following commands: +Install Julia by following the instructions in the `Julia installation guide `_. Make sure to add Julia to your system path. -.. code-block:: bash - - wget https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.7-linux-x86_64.tar.gz - tar zxvf julia-1.6.7-linux-x86_64.tar.gz - export PATH="$PATH:/julia-1.6.7/bin" 2. Install Gurobi