mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #1584 from AI-Pranto/update-docs
Update Quick Install Guide
This commit is contained in:
commit
2979cfa2f4
1 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue