Setup

Requirements

pypercolate runs under Python 2.7 and Python 3.4 (and later). It requires the following Python packages:

future
numpy
scipy
networkx
simoa

Installation from PyPI

To install the most recent stable version from the Python Package Index (PyPI), including the dependencies, run

$ pip install percolate

Installation from source

To install the latest version from the source repository, run

$ pip install git+https://github.com/andsor/pypercolate.git