You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/schelling/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,14 @@ To run the model interactively, run ``mesa runserver`` in this directory. e.g.
22
22
$ mesa runserver
23
23
```
24
24
25
+
or
26
+
27
+
Directly run the file ``run.py`` in the terminal. e.g.
28
+
29
+
```
30
+
$ python run.py
31
+
```
32
+
25
33
Then open your browser to [http://127.0.0.1:8521/](http://127.0.0.1:8521/) and press Reset, then Run.
26
34
27
35
To view and run some example model analyses, launch the IPython Notebook and open ``analysis.ipynb``. Visualizing the analysis also requires [matplotlib](http://matplotlib.org/).
0 commit comments