Skip to content

Commit

Permalink
Merge pull request #364 from bennibbelink/conda-numbering
Browse files Browse the repository at this point in the history
Fix numbering issues in `user/install_binary.rst`
  • Loading branch information
gonuke authored Apr 29, 2024
2 parents 6f011bb + b36d188 commit 381a4a8
Showing 1 changed file with 39 additions and 51 deletions.
90 changes: 39 additions & 51 deletions source/user/install_binary.rst
Original file line number Diff line number Diff line change
@@ -1,51 +1,39 @@
#################################
Installing |Cyclus| with Binaries
#################################

|Cyclus| supports two binary installation options:

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_binary_start
:end-before: .. website_include_binary_end

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_conda_start
:end-before: .. 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
$ conda install -c conda-forge cycamore
.. code-block:: bash
$ conda config --set ssl_verify false
$ conda install -c conda-forge cycamore
#. .. include:: unit_test.rst

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_deb_start
:end-before: .. website_include_deb_end

#. Download the latest Cycamore Debian installation package `here
<https://github.com/cyclus/cycamore/releases/latest>`_. You can
download previous/different version `here <https://github.com/cyclus/cycamore/releases>`_.

#. Install the package by running:

.. code-block:: bash
$ sudo dpkg -i cycamore-x.x.x-Linux.deb
#. .. include:: unit_test.rst

Happy simulating!

.. _Anaconda: https://www.anaconda.com/download
.. _miniconda: http://conda.pydata.org/miniconda.html
.. _`dependency installation documentation`: DEPENDENCIES.html
#################################
Installing |Cyclus| with Binaries
#################################

|Cyclus| supports two binary installation options:

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_binary_start
:end-before: .. website_include_binary_end

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_conda_start
:end-before: .. website_include_conda_end

.. include:: unit_test.rst

.. include:: CYCAMORE_DEPS.rst
:start-after: .. website_include_deb_start
:end-before: .. website_include_deb_end

At this point |Cyclus| should be successfully installed on your system and you are ready to install Cycamore.

#. Download the latest Cycamore Debian installation package `here
<https://github.com/cyclus/cycamore/releases/latest>`_. You can
download previous/different version `here <https://github.com/cyclus/cycamore/releases>`_.

#. Install the package by running:

.. code-block:: bash
$ sudo dpkg -i cycamore-x.x.x-Linux.deb
#. .. include:: unit_test.rst

Happy simulating!

.. _Anaconda: https://www.anaconda.com/download
.. _miniconda: http://conda.pydata.org/miniconda.html
.. _`dependency installation documentation`: DEPENDENCIES.html

0 comments on commit 381a4a8

Please sign in to comment.