Skip to content

Commit 19512f2

Browse files
rhttpike3
authored andcommitted
readme: Fix Git install command
1 parent 1c12fb4 commit 19512f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To contribute to this repository, see [CONTRIBUTING.rst](https://github.com/proj
77
This repo also contains a package that readily lets you import and run some of the examples:
88
```console
99
$ # This will install the "mesa_models" package
10-
$ pip install git+https://github.com/projectmesa/mesa-examples
10+
$ pip install -U -e git+https://github.com/projectmesa/mesa-examples#egg=mesa-models
1111
```
1212
```python
1313
from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel

0 commit comments

Comments
 (0)