Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boltzman readme #2405

Merged
merged 8 commits into from
Oct 24, 2024
6 changes: 1 addition & 5 deletions mesa/examples/basic/boltzmann_wealth_model/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ As the model runs, the distribution of wealth among agents goes from being perfe

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)

Make sure to install the requirements first:

```
$ pip install -r requirements.txt
```

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:

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

* ``model.py``: Final version of the model.
* ``agents.py``: Final version of the agent.
* ``app.py``: Code for the interactive visualization.

## Optional
Expand Down