Skip to content

Commit

Permalink
move .. website_include_conda_end to encompass whole section
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Apr 17, 2024
1 parent cb26d15 commit fbdf135
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 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 Down

0 comments on commit fbdf135

Please sign in to comment.