Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,8 @@ By integrating large modern decoders—trained on vast datasets—GLiNER can lev
|
|
42 |
Update to the latest version of GLiNER:
|
43 |
|
44 |
```bash
|
45 |
-
pip install
|
|
|
46 |
```
|
47 |
|
48 |
---
|
|
|
42 |
Update to the latest version of GLiNER:
|
43 |
|
44 |
```bash
|
45 |
+
# until the new pip release, install from main to use the new architecture
|
46 |
+
pip install git+https://github.com/urchade/GLiNER.git
|
47 |
```
|
48 |
|
49 |
---
|