Obtaining and Installing

Requirements

Python 2.7 is required, Complex Systems relies on a number of different packages. However, the only compulsory package is NumPy. All other requirements are optional - if they are not present, the relevant read/write methods will be disabled but will not otherwise prevent Complex Systems from functioning.

Below is a list of the optional packages that Complex Systems depends on:

Stable version

The latest stable release of Complex Systems can be downloaded from Bitbucket. To install Complex Systems, use the standard installation procedure:

tar zxvf ComplexSystems-x.x.x.x.tar.gz
cd ComplexSystems-x.x.x.x/
python setup.py install

Developer version

Advanced users wishing to use the latest development (“unstable”) version can check it out with:

git clone https://bitbucket.org/vgauthier/complex-systems.git

which can then be installed with:

cd ComplexSystems
python setup.py install

Project Versions

Table Of Contents

Previous topic

Welcome to Agent Based Model used in the paper entitled :

Next topic

Example

This Page