Skip to content

Commit 0b59dad

Browse files
committed
#7 related replaced with PyPI version
1 parent 0345240 commit 0b59dad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

NER_annotation_service.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"!pip uninstall bulk-ner -y\n",
60-
"!pip install git+https://github.com/nicolay-r/bulk-ner@main"
59+
"!pip install bulk-ner"
6160
]
6261
},
6362
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The key benefits of this tiny framework are as follows:
1313
# Installation
1414

1515
```bash
16-
pip install git+https://github.com/nicolay-r/bulk-ner@main
16+
pip install bulk-ner==0.24.0
1717
```
1818

1919
# Usage

0 commit comments

Comments
 (0)