Skip to content

Commit

Permalink
Fix hyperlinks in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2024
1 parent 27d4b42 commit 4a0c7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or download the repository as a zip file `here <https://github.com/PREP-NexT/PRE
Step 2: Install dependencies
++++++++++++++++++++++++++++++

Assuming you have already [installed `Python`](https://www.python.org/downloads/), the ``requirements.txt`` file contains all the dependencies for the project (default install open-source solver `HiGHS`). I also recommend [create a new environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) for PREP-SHOT and installing the dependencies within the new environement. This approach isolates the project and its dependencies, helping to prevent conflicts with other Python projects.
Assuming you have already `installed Python <https://www.python.org/downloads/>`_, the ``requirements.txt`` file contains all the dependencies for the project (default install open-source solver `HiGHS`). I also recommend `create a new environment <https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`_ for PREP-SHOT and installing the dependencies within the new environement. This approach isolates the project and its dependencies, helping to prevent conflicts with other Python projects.

.. code:: bash
Expand Down

0 comments on commit 4a0c7b2

Please sign in to comment.