From 2d87c0dceb65c1aebe9e0c640ec4e588c5b3ca41 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Sep 2020 12:40:05 -0600 Subject: [PATCH] removed the 'conda update --all' call, this is not necessary for initial install --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 8599c03..61a6a3e 100644 --- a/README.rst +++ b/README.rst @@ -74,7 +74,6 @@ Conda Environment - cd python-awips - conda env create -f environment.yml - conda activate python3-awips -- conda update --all - python setup.py install --force - jupyter notebook examples