Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 444 Bytes

File metadata and controls

20 lines (13 loc) · 444 Bytes

Dash agent-based modeling framework

Packages

  1. dash-java folder contains the legacy Java package.
  2. Dash2 folder contains the new dash library written in Python.

Installation

To install Dash2 (python), 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/cuts/webdash.git