@@ -57,19 +57,21 @@ Or any other (development) branch on this repo or your own fork:
57
57
58
58
$ pip install -U -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH#egg=mesa
59
59
60
- Take a look at the ` examples < https://github.com/projectmesa/mesa/tree/main/examples >`_ folder for sample models demonstrating Mesa features.
60
+ For resources or help on using Mesa, check out the following:
61
61
62
- For more help on using Mesa, check out the following resources:
63
-
64
- * `Intro to Mesa Tutorial `_
65
- * `Docs `_
66
- * `Email list for users `_
67
- * `PyPI `_
62
+ * ` Intro to Mesa Tutorial `_ (An introductory model, the Boltzmann Wealth Model, for beginners or those new to Mesa.)
63
+ * ` Complexity Explorer Tutorial `_ (An advanced-beginner model, SugarScape with Traders, with instructional videos)
64
+ * `Mesa Examples `_ (A repository of seminal ABMs using Mesa and examples of employing specific Mesa Features)
65
+ * `Docs `_ (Mesa's documentation, API and useful snippets)
66
+ * `Discussions `_ (GitHub threaded discussions about Mesa)
67
+ * `Matrix Chat `_ (Chat Forum via Matrix to talk about Mesa)
68
68
69
69
.. _`Intro to Mesa Tutorial` : http://mesa.readthedocs.org/en/main/tutorials/intro_tutorial.html
70
+ .. _`Complexity Explorer Tutorial` : https://www.complexityexplorer.org/courses/172-agent-based-models-with-python-an-introduction-to-mesa
71
+ .. _`Mesa Examples` : https://github.com/projectmesa/mesa-examples/tree/main/examples
70
72
.. _`Docs` : http://mesa.readthedocs.org/en/main/
71
- .. _`Email list for users ` : https://groups.google. com/d/forum/projectmesa
72
- .. _`PyPI ` : https://pypi.python.org/pypi/Mesa/
73
+ .. _`Discussions ` : https://github. com/projectmesa/mesa/discussions
74
+ .. _`Matrix Chat ` : https://matrix.to/#/#project-mesa:matrix.org
73
75
74
76
Running Mesa in Docker
75
77
------------------------
0 commit comments