From 1b5f82bab7773b5fe1ddc2136a1be2b9253cf93c Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 18 Sep 2023 14:46:23 -0600 Subject: [PATCH] Small update to beta install instructions --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3546e66..bc7aed6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -73,7 +73,7 @@ When AWIPS v20 becomes production, this version of python-awips will be the defa cd python-awips conda env create -f environment.yml conda activate python-awips-beta20 - python setup.py install --force + pip install . jupyter notebook examples