Skip to content

Commit 958f048

Browse files
committed
Update installation instructions
1 parent 9825a97 commit 958f048

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
A high-level Python interface for PoS tagging Icelandic text using the [IceBERT-PoS](https://huggingface.co/mideind/IceBERT-PoS) model with classical tokenization.
44

55
## TODOs
6-
- Add proper installation instructions
76
- Add license information
87
- Proper device handling (GPU) for tensors
9-
- git scm versioning
108

119
## Installation
1210

1311
```bash
14-
TODO: Add proper installation instructions here.
15-
pip install git+...
12+
# This package is currently not available on PyPI, so you need to install it directly from the source repository.
13+
pip install git+ssh://git@github.com/mideind/IceBERT-PoS.git
1614
```
1715

1816
This will install the package with PyTorch.

0 commit comments

Comments
 (0)