Merge pull request #1584 from AI-Pranto/update-docs

Update Quick Install Guide
This commit is contained in:
Paul Romano 2020-06-16 12:53:50 -05:00 committed by GitHub
commit 2979cfa2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,25 @@ 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 on the `conda-forge` channel,
in your terminal window or an Anaconda Prompt run:
.. code-block:: sh
conda search openmc
OpenMC can then be installed with:
.. code-block:: sh
conda install openmc
conda create -n openmc-env openmc
This will install OpenMC in a conda environment called `openmc-env`. To activate
the environment, run:
.. code-block:: sh
conda activate openmc-env
--------------------------------
Installing on Ubuntu through PPA