pyschelling

An agent-based implementation of Schelling's segregation model


Keywords
agent, based, Schelling, segregation
License
Other
Install
pip install pyschelling==0.1.0

Documentation

=========== pyschelling

A simple agent-based implementation of Schelling's segregation model.

Installation

pip install pyschelling

Usage:

To run the programme just open a console and type either

pyschelling_console  

to run the simple command line version.

or

pyschelling_gui  

to run a GTK+ version (requires pyGTK).