Skip to content

Commit

Permalink
Merge pull request #1214 from cta-observatory/bump_lstchain_readme
Browse files Browse the repository at this point in the history
bump lstchain version in readme
  • Loading branch information
rlopezcoto authored Feb 5, 2024
2 parents 6507bdd + a97a7ca commit 11e27a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ You will need to install [micromamba/mamba](https://mamba.readthedocs.io/en/late

You can create an environment and install `lstchain` from conda-forge as:
```
mamba create -c conda-forge -n lstchain-v0.10.3 python=3.11 lstchain=0.10.3
mamba create -c conda-forge -n lstchain-v0.10.7 python=3.11 lstchain=0.10.7
```

Alternatively, you can also install `lstchain` from PyPi with `pip`:
```
LSTCHAIN_VER=0.10.3 (or the version you want to install - usually the latest release)
LSTCHAIN_VER=0.10.7 (or the version you want to install - usually the latest release)
wget https://raw.githubusercontent.com/cta-observatory/cta-lstchain/v$LSTCHAIN_VER/environment.yml
conda env create -n lst -f environment.yml
conda activate lst
Expand Down

0 comments on commit 11e27a0

Please sign in to comment.