InstallationΒΆ

The most recent release can be installed from PyPI with:

$ pip install y0_bio

The most recent code and data can be installed directly from GitHub with:

$ pip install git+https://github.com/y0-causal-inference/y0-bio.git

To install in development mode, use the following:

$ git clone git+https://github.com/y0-causal-inference/y0-bio.git
$ cd y0-bio
$ pip install -e .