From 0d3c4838cbf1e1b101ea62dfffa1d4cbc4fbc940 Mon Sep 17 00:00:00 2001 From: Pranto Date: Tue, 16 Jun 2020 20:08:42 +0600 Subject: [PATCH] Update docs/source/quickinstall.rst Oh my God! How can I miss this! Thanks. Co-authored-by: Paul Romano --- docs/source/quickinstall.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index 6e424761d..e45c552af 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -33,7 +33,7 @@ OpenMC can then be installed with: .. code-block:: sh - conda install -n openmc-env openmc + conda create -n openmc-env openmc This will install OpenMC in a conda environment called `openmc-env`. To activate the environment, run: