From ee59d223af5396f411b777ee75307a64954071ed Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 5 Mar 2019 13:20:43 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3448e23..ef46bab 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ Here the assumption is that we are clear on the sets of attributes to be used an ### Usage: +Install this package using pip as follows : + +Stable : + + pip install git+https://hiplab.mc.vanderbilt.edu/git/steve/deid-risk.git + + +Latest Development (not fully tested): + + pip install git+https://hiplab.mc.vanderbilt.edu/git/steve/deid-risk.git@risk + The framework will depend on pandas and numpy (for now). Below is a basic sample to get started quickly.