Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 702 Bytes

Dash agent-based modeling framework

Packages

Dash2 folder contains the dash library written in Python 3.

Installation

Installation as a Python package is not required. Expeiment scripts can be executed from their corresponding modules or project packages (e.g. Dash2/pass_attacker/, Dash2/tutorial/).

To install Dash2 as a Python package, run the following command.

python setup.py install

Dash2 can also be installed directly from github using pip with the following command:

pip install git+https://github.com/isi-usc-edu/dash.git

User Guide

Description of DASH models, agents and programming guide can be found here: docs/DASH_guide.docx .