mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Update docs/source/quickinstall.rst
I was thinking about creating a new env also. Thanks for the suggestion. Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
5cd6abbcc9
commit
6811f0c406
1 changed files with 7 additions and 2 deletions
|
|
@ -32,9 +32,14 @@ OpenMC can then be installed with:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
conda install openmc=0.X.0 python=3.X
|
||||
conda install -n openmc-env openmc
|
||||
|
||||
.. 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.
|
||||
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