Skip to content

ihmeuw/vivarium

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 2, 2024
501bc84 · Aug 2, 2024
Feb 9, 2024
Jul 12, 2024
Aug 1, 2024
Aug 2, 2024
Jul 7, 2017
Dec 19, 2023
Sep 14, 2017
Jan 29, 2024
Oct 29, 2021
Jun 27, 2024
Jul 24, 2018
Jul 31, 2018
Oct 29, 2021
Jul 24, 2018
Sep 18, 2023
Feb 12, 2022
Aug 1, 2024
Jul 30, 2018

Repository files navigation

Vivarium

Latest Version Latest Docs

Vivarium is a simulation framework written using standard scientific Python tools.

Vivarium requires Python 3.8-3.11 to run

You can install vivarium from PyPI with pip:

> pip install vivarium

or build it from source with

> git clone https://github.com/ihmeuw/vivarium.git

> cd vivarium

> conda create -n ENVIRONMENT_NAME python=3.11

> pip install -e .[dev]

This will make the vivarium library available to python and install a command-line executable called simulate that you can use to verify your installation with

> simulate test