From 10712228702df19115f422b52c5dd7c1f9cac684 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 26 May 2026 13:43:52 +0200 Subject: [PATCH] Update README.md update version on installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6357ecf..cf82367 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ channels: dependencies: - python=3.12 - pip: - - git+ssh://git@github.com/pim-n/pg-rad.git@v0.1.0 + - git+ssh://git@github.com/pim-n/pg-rad.git@v0.1.1 ``` 4. Run `conda env create -f environment.yml` to create the environment 5. Run `conda activate pg-rad-analysis`. You should now be in the conda environment `my-pgrad-env`.