Skip to content

Commit

Permalink
bump version tag in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Sep 19, 2024
1 parent 619a789 commit d8a36d3
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 @@ -142,10 +142,10 @@ There are multiple ways to get involved and learn more about our work. That's ho

## Running the model in previous versions

The model can be run in previous versions by checking out the respective tag. For instance, to run the model in version 0.4.0, which is the last version before the repo `pypsa-earth-sec` was merged, the following command can be used:
The model can be run in previous versions by checking out the respective tag. For instance, to run the model in version 0.4.1, which is the last version before the repo `pypsa-earth-sec` was merged, the following command can be used:

```bash
git checkout v0.4.0
git checkout v0.4.1
```
After checking out the tag, the model can be run as usual. Please make sure to install the required packages for the respective version.

Expand Down

0 comments on commit d8a36d3

Please sign in to comment.