Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 691 Bytes

mesa-examples

This repository contains examples that work with Mesa and illustrate different features of Mesa.

To contribute to this repository, see CONTRIBUTING.rst.

This repo also contains a package that readily lets you import and run some of the examples:

$ # This will install the "mesa_models" package
$ pip install -U -e git+https://github.com/projectmesa/mesa-examples#egg=mesa-models
from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel

You can see the available models at setup.cfg.