Agent-based modeling in Python
The enviroment is setup with poetry
. To install the dependencies, run poetry install
in your terminal. To activate the enviroment, run poetry shell
.
If you are not familiar with poetry
, check out the documentation.
Documentation is served with mkdocs. To view the documentation, run mkdocs serve
in your terminal and navigate to localhost:8000
in your browser.