Skip to content

Commit

Permalink
Readme: Mention how you can install pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 27, 2024
1 parent 4f64058 commit 9bf88ad
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ Mesa-Geo implements a `GeoSpace` that can host GIS-based `GeoAgents`, which are

## Using Mesa-Geo

To install Mesa-Geo, run
To install Mesa-Geo, run:
```bash
pip install -U mesa-geo
```

Mesa-Geo pre-releases can be installed with:
```bash
pip install mesa-geo
pip install -U --pre mesa-geo
```

You can also use `pip` to install the GitHub version:

```bash
pip install -e git+https://github.com/projectmesa/mesa-geo.git#egg=mesa-geo
pip install -U -e git+https://github.com/projectmesa/mesa-geo.git#egg=mesa-geo
```

Or any other (development) branch on this repo or your own fork:

``` bash
pip install -U -e git+https://github.com/YOUR_FORK/mesa-geo@YOUR_BRANCH#egg=mesa-geo
```
Expand Down

0 comments on commit 9bf88ad

Please sign in to comment.