From 5cd6abbcc9fccface2dafaefb0b5056bac94c342 Mon Sep 17 00:00:00 2001 From: Pranto Date: Tue, 16 Jun 2020 08:03:28 +0600 Subject: [PATCH] Add note --- docs/source/quickinstall.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index f625864e8..6ca1d3ac5 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -22,17 +22,19 @@ you have `conda` installed on your system, OpenMC can be installed via the conda config --add channels conda-forge -To list the versions of OpenMC that are available to install, in your terminal window or an Anaconda Prompt, run: +To list the versions of OpenMC that are available on `conda-forge` channel to install, in your terminal window or an Anaconda Prompt, run: .. code-block:: sh conda search openmc -Specific version of OpenMC can then be installed with: +OpenMC can then be installed with: .. code-block:: sh conda install openmc=0.X.0 python=3.X + +.. note:: Replace ``python=3.X`` with ``python=2.7`` if using legacy Python2. ``openmc=0.X.0`` is the package and version you want to install. -------------------------------- Installing on Ubuntu through PPA