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 numbering issues in user/install_binary.rst #364

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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