mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Add note
This commit is contained in:
parent
59526fb5dd
commit
5cd6abbcc9
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue