pycelle
is a Python package for cellular automata.
More information and demos: Coming soon!
pycelle
requires numpy
1.8+. Cython is a recommended dependency.
To install:
pip install Cython pip install pycelle
To help out with development, do the following instead:
git clone https://github.com/ComSciCtr/pycelle.git cd pycelle pip install Cython pip install -e .