Skip to content

Commit 6778a2d

Browse files
quaquelpre-commit-ci[bot]EwoutH
authored
Boltzman readme (#2405)
Co-authored-by: Ewout ter Hoeven <[email protected]> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ewout ter Hoeven <[email protected]>
1 parent 3e2de47 commit 6778a2d

File tree

1 file changed

+1
-5
lines changed
  • mesa/examples/basic/boltzmann_wealth_model

1 file changed

+1
-5
lines changed

mesa/examples/basic/boltzmann_wealth_model/Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ As the model runs, the distribution of wealth among agents goes from being perfe
1212

1313
To follow the tutorial example, launch the Jupyter Notebook and run the code in ``Introduction to Mesa Tutorial Code.ipynb`` which you can find in the main mesa repo [here](https://github.com/projectmesa/mesa/blob/main/docs/tutorials/intro_tutorial.ipynb)
1414

15-
Make sure to install the requirements first:
16-
17-
```
18-
$ pip install -r requirements.txt
19-
```
2015

2116
To launch the interactive server, as described in the [last section of the tutorial](https://mesa.readthedocs.io/en/latest/tutorials/intro_tutorial.html#adding-visualization), run:
2217

@@ -30,6 +25,7 @@ If your browser doesn't open automatically, point it to [http://127.0.0.1:8765/]
3025
## Files
3126

3227
* ``model.py``: Final version of the model.
28+
* ``agents.py``: Final version of the agent.
3329
* ``app.py``: Code for the interactive visualization.
3430

3531
## Optional

0 commit comments

Comments
 (0)