Dash2
folder contains the dash library written in Python 3.
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
Description of DASH models, agents and programming guide can be found here: docs/DASH_guide.docx
.