Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 928 Bytes

Vivarium-Tellurium Process

Visit the Vivarium Core documentation to learn how to use the core Vivarium engine to create computational biology models. Check out the getting started guide of the documentation.


Vivarium-tellurium

This codebase serves as a Vivarium interface for the Tellurium bio-simulation package.

By fitting a simulator package to the Vivarium vivarium.core.processes.Process() interface, you allow for this process type to be involved in larger compositions and orchestrations.

Installation

Local Installation with pip:

  1. create a virtual environment for Python (recommended).
  2. Activate the aforementioned Python environment.
  3. cd vivarium-tellurium, which is the root of the repo.
  4. pip install -e . to install all of the required deps into your environment.