Installation

To install the latest release of agentpy, run the following command on your console:

$ pip install agentpy

Dependencies

Agentpy supports Python 3.6 and higher. The installation includes the following packages:

These optional packages can further be useful in combination with agentpy:

Development

The most recent version of agentpy can be cloned from Github:

$ git clone https://github.com/JoelForamitti/agentpy.git

Once you have a copy of the source, you can install it with:

$ pip install -e

To include all necessary packages for development & testing, you can use:

$ pip install -e .['dev']