Skip to content

Commit

Permalink
Merge branch 're-org' of https://github.com/spestana/goes-ortho into …
Browse files Browse the repository at this point in the history
…re-org
  • Loading branch information
spestana committed Mar 15, 2024
2 parents 210db03 + 7a16fae commit 56a30e6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,24 @@ These python scripts and jupyter notebooks help with downloading GOES ABI data f

---

### Setting up the conda environment:
### Setting up the environment:

(with [conda](https://docs.conda.io/projects/conda/en/latest/index.html) or [mamba](https://mamba.readthedocs.io/en/latest/))

```bash
conda env create -f environment.yml
conda activate goes-linux; ipython kernel install --user --name goes-linux
conda activate goesenv
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 .
```

---
Expand Down

0 comments on commit 56a30e6

Please sign in to comment.