Skip to content

CellML loading and model equation manipulation

License

Notifications You must be signed in to change notification settings

ModellingWebLab/cellmlmanip

Repository files navigation

Build status Documentation Status Coverage Status

cellmlmanip

CellML loading and model equation manipulation library

Installing

We recommend installing cellmlmanip in a virtual environment (e.g. using conda or pipenv or virtualenv).

Users install cellmlmanip using pip.

pip install cellmlmanip

Cellmlmanip is tested and developed on Python 3.5 and higher.

Release notes

For release notes see RELEASE.md

Documentation

API documentation explaining how to use cellmlmanip can be found on readthedocs

Contributing

For developer instructions, see CONTRIBUTING.md