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:
Pranto 2020-06-16 19:11:40 +06:00 committed by GitHub
parent 5cd6abbcc9
commit 6811f0c406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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