Update README.md

update version on installation instructions
This commit is contained in:
Pim Nelissen
2026-05-26 13:43:52 +02:00
committed by GitHub
parent 910469612f
commit 1071222870

View File

@ -21,7 +21,7 @@ channels:
dependencies: dependencies:
- python=3.12 - python=3.12
- pip: - 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 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`. 5. Run `conda activate pg-rad-analysis`. You should now be in the conda environment `my-pgrad-env`.