Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 625 Bytes

graphism

Simulates interactions on a network graph.

Installation

You can install via pip using git+ssh

pip install git+ssh://[email protected]/akellehe/graphism.git#egg=graphism

You may have to install some external dependencies (like gfortan for numpy) independently.

Running Tests

Unit tests run under distutils.

python setup.py test

Compiling Documentation

From the root of the package go to the directory docs/ and run

make html

You'll find the index.html file at docs/build/index.html

Open it up and browse the documentation in your browser.