Skip to content

Commit

Permalink
Update the backward-compartibility instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatef committed Jan 20, 2025
1 parent e29386d commit d61feee
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 @@ -121,12 +121,12 @@ There are multiple ways to get involved and learn more about our work:

## 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.6.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.6.0, which is the last version before the recent PyPSA update, the following command can be used:

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



Expand Down

0 comments on commit d61feee

Please sign in to comment.