Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spestana authored Mar 11, 2024
1 parent 5a931cc commit 385ba80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ 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
ipython kernel install --user --name goesenv
```

---
Expand Down

0 comments on commit 385ba80

Please sign in to comment.