Unsure what "causal inference" is or what's so awesome about causal diagrams? Check out the walkthrough for an overview of causal inference and an explanation of Oyster's features.
-
Clone this repository.
git clone https://github.com/BrennanBarker/oyster.git
-
(Optional) Create a virtual environment.
This will help keep Oyster and its dependencies separate from your other packages. I recommend pyenv+virtualenv but any environment manager (conda, etc.) will work.
-
Install the Oyster package manually using
pip
.DO NOT FORGET THE "-e"! This project is not currently listed on the Python Package Index (PyPi). There is another
oyster
package on PyPi that will install instead if you forget the '-e'.pip install -e oyster
-
(Optional) Install Jupyter Lab or Jupyter Notebook to view the walkthrough interactively.
Oyster doesn't need these packages to run on its own so for the sake of cleanliness they're not included as requirements.
pip install jupyterlab
OR
pip install notebook