From 7ca89dfc40d2958ec84449e39c2a0c09cca103eb Mon Sep 17 00:00:00 2001 From: bugface Date: Thu, 27 Oct 2022 22:34:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a8ed7a..24d6ee5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A comprehensive NLP preprocessing package for clinical notes sentence boundary detection, tokenization ## install +``` python -m pip install https://github.com/uf-hobi-informatics-lab/NLPreprocessing +``` ## use after install ```