Skip to content

Commit

Permalink
Update installation instructions for Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Jul 10, 2024
1 parent 04878dd commit 2f06b51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,8 @@ Installation Steps

Download Julia 1.6.7 from the `Julia LTS releases page <https://julialang.org/downloads/#long_term_support_release>`_.

For Linux users, you can use the following commands:
Install Julia by following the instructions in the `Julia installation guide <https://julialang.org/downloads/platform/#linux_and_freebsd>`_. 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:<path to julia folder>/julia-1.6.7/bin"

2. Install Gurobi

Expand Down

0 comments on commit 2f06b51

Please sign in to comment.