diff --git a/DEPENDENCIES.rst b/DEPENDENCIES.rst index 07c23aea8..4143d7720 100644 --- a/DEPENDENCIES.rst +++ b/DEPENDENCIES.rst @@ -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