From ed5ddf047b518aa1af4fb6bb08682bcfa1cc4854 Mon Sep 17 00:00:00 2001 From: Ariful Islam Pranto Date: Mon, 17 Aug 2020 19:45:33 +0600 Subject: [PATCH] update install.rst --- docs/source/usersguide/install.rst | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 992ef520f3..bc7a2214b8 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -12,34 +12,16 @@ Installation and Configuration Installing on Linux/Mac with conda-forge ---------------------------------------- -Conda_ is an open source package management system and environment management -system for installing multiple versions of software packages and their -dependencies and switching easily between them. `conda-forge -`_ is a community-led conda channel of -installable packages. For instructions on installing conda, please consult their -`documentation -`_. - -Once you have `conda` installed on your system, add the `conda-forge` channel to -your configuration with: +`Conda `_ is an open source package management +system and environment management system for installing multiple versions of +software packages and their dependencies and switching easily between them. If +you have `conda` installed on your system, OpenMC can be installed via the +`conda-forge` channel. First, add the `conda-forge` channel with: .. code-block:: sh conda config --add channels conda-forge -Once the `conda-forge` channel has been enabled, OpenMC can then be installed -with: - -.. code-block:: sh - - conda install openmc - -It is possible to list all of the versions of OpenMC available on your platform with: - -.. code-block:: sh - - conda search openmc --channel conda-forge - To list the versions of OpenMC that are available on the `conda-forge` channel, in your terminal window or an Anaconda Prompt run: