Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link in DEPENDENCIES.rst #595

Merged
merged 13 commits into from
Apr 29, 2024
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)

v1.5.5
====================
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
Loading