Skip to content

Commit

Permalink
Merge pull request #595 from bennibbelink/fix-link
Browse files Browse the repository at this point in the history
Fix link in `DEPENDENCIES.rst`
  • Loading branch information
gonuke authored Apr 29, 2024
2 parents 129cce7 + 796f798 commit 89d4652
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cycamore Change Log
* Added active/dormant and request size variation from buy policy to Storage (#546, #568, #586, #587)
* Update build procedure to force a rebuild when a test file is changed (#584)
* Define the version number in `CMakeLists.txt` and rely on CMake to propagate the version throughout the code (#589)
* Update version numbers in documentation and fix references to `master` branch (#591)
* Update version numbers in documentation and fix references to `master` branch (#591, #595)
* Update build procedure to link against Cyclus' cython generated libraries if needed (#596)
* Minor modifications for compatibility with the latest GTest library (#598)
* Remove FindCyclus.cmake from this repo since it is installed with Cyclus (#597)
Expand Down
19 changes: 11 additions & 8 deletions DEPENDENCIES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,24 @@ Conda
~~~~~~~~~~~~~~~~~~~~~


1. If you don't have Conda, start by installing the Python 3.x version of
#. If you don't have Conda, start by installing the Python 3.x version of
Anaconda_ (or miniconda_ for a more lightweight choice) to prepare it for
Cyclus.

.. website_include_conda_end
#. Once you have conda installed, installing Cyclus and Cycamore is
straightforward. If you are having issues with certificate verification
you may install using the second set of commands to fix these issues.

.. code-block:: bash
2. Once you have Conda installed, installing Cyclus straightforward.
$ conda install -c conda-forge cycamore
.. code-block:: bash
$ conda install -c conda-forge cyclus
$ conda config --set ssl_verify false
$ conda install -c conda-forge cycamore
.. website_include_conda_end
.. website_include_deb_start
Expand All @@ -92,7 +98,7 @@ installation procedure also assumes that you have root access to you computer.
If you need/want more information about dependency installation please read the
`dependency installation documentation`_.

#. Download the latest version Cyclus Core Debian installation package:
#. Download the latest version Cyclus Core Debian installation package (previous versions located `here <https://github.com/cyclus/cyclus/releases>`_):

.. list-table::

Expand All @@ -103,9 +109,6 @@ installation procedure also assumes that you have root access to you computer.
- `Standard install
<https://github.com/cyclus/cyclus/releases/latest>`_

You can download previous/different version `here
<https://github.com/cyclus/cyclus/releases>`_.


#. Install the package by running:

Expand Down

0 comments on commit 89d4652

Please sign in to comment.