ihmeuw / vivarium

A python microsimulation framework

Home Page:http://www.healthdata.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A python microsimulation framework

http://www.healthdata.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.4%Language:Makefile 0.6%