From 98c26ceee10febe89e8d3b00d36a254a96c96bc5 Mon Sep 17 00:00:00 2001 From: Michael James Date: Fri, 19 Oct 2018 14:30:40 -0600 Subject: [PATCH] fix source activate command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c023441..f5047b4 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Conda Environment - git clone https://github.com/Unidata/python-awips.git - cd python-awips - conda env create -f environment.yml -- source activate python-awips +- source activate python3-awips - python setup.py install --force - jupyter notebook examples