From 42bd72c72b2fa85847dd3be091d83ae729f52787 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Tue, 1 Sep 2020 12:13:58 -0600 Subject: [PATCH] Update README.rst Add the update --all command in environment instructions --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f5047b4..8599c03 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,8 @@ Conda Environment - git clone https://github.com/Unidata/python-awips.git - cd python-awips - conda env create -f environment.yml -- source activate python3-awips +- conda activate python3-awips +- conda update --all - python setup.py install --force - jupyter notebook examples