Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 497 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 497 Bytes

agent-guy

Agent-based modeling in Python

Installation

Poetry

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

Documentation is served with mkdocs. To view the documentation, run mkdocs serve in your terminal and navigate to localhost:8000 in your browser.