The Python Simulator for Cellular Systems (original) (raw)

Installing PySCeS

PySCeS is available for all major operating systems. The easiest way to install PySCeS is to use a Python package manager.

PyPI
pip install pysces

Conda
conda install -c conda-forge -c pysces pysces

Latest source (GitHub see install.md for instructions)
git clone https://github.com/PySCeS/pysces.git

The main branch contains the latest release code, for the latest development code, checkout the development branch. I you would like to contribute to PySCeS please do so using pull requests against development.