From 4727bd10ed4898d324cb70629d60a01f3a6177f8 Mon Sep 17 00:00:00 2001 From: zhengp0 Date: Thu, 1 Jul 2021 11:00:30 -0700 Subject: [PATCH] add badges and installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 73ea868..71c9da4 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ +[![python-build](https://github.com/ihmeuw-msca/distrx/workflows/python-build/badge.svg)](https://github.com/ihmeuw-msca/distrx/actions) + # Distribution Transformation + + +## Install + +To install the package, simply do +``` +pip install . +``` +To install the package in developing mode, do +``` +pip install -e . +``` \ No newline at end of file