Skip to content

Commit

Permalink
#7 related replaced with PyPI version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Oct 4, 2024
1 parent 0345240 commit 0b59dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions NER_annotation_service.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b59dad

Please sign in to comment.