From 0b59dadb807ad3e452e662165fec516682a2a8aa Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Fri, 4 Oct 2024 20:54:53 +0100 Subject: [PATCH] #7 related replaced with PyPI version --- NER_annotation_service.ipynb | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NER_annotation_service.ipynb b/NER_annotation_service.ipynb index 11d2504..31f8952 100644 --- a/NER_annotation_service.ipynb +++ b/NER_annotation_service.ipynb @@ -56,8 +56,7 @@ }, "outputs": [], "source": [ - "!pip uninstall bulk-ner -y\n", - "!pip install git+https://github.com/nicolay-r/bulk-ner@main" + "!pip install bulk-ner" ] }, { diff --git a/README.md b/README.md index 97c5ced..122acc7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The key benefits of this tiny framework are as follows: # Installation ```bash -pip install git+https://github.com/nicolay-r/bulk-ner@main +pip install bulk-ner==0.24.0 ``` # Usage