From 7a16faef477669e27e7b60e441250b8ba735003b Mon Sep 17 00:00:00 2001 From: Steven Pestana <650301+spestana@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:26:10 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2b177ea..bbd8e03 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,15 @@ pip install -e . ipython kernel install --user --name goesenv ``` +Also currently requires [this version of goespy](https://github.com/spestana/goes-py): + +```bash +git clone https://github.com/spestana/goes-py.git +cd goes-py +conda activate goesenv +pip install -e . +``` + --- ### download-goes.py