From bc01d555e4604dd5ecddd2e8e0de51f4fce7439b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 5 Aug 2016 17:17:08 +0100 Subject: [PATCH] Added command to update current gprMax conda environment from file. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1856976..7d16b52c 100644 --- a/README.rst +++ b/README.rst @@ -209,5 +209,5 @@ Then you can update all the packages that are part of the gprMax environment by .. code-block:: none - (gprMax) $ conda update --all + (gprMax) $ conda env update -f conda_env.yml