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 ```