Ihor commited on
Commit
fcb0eed
·
verified ·
1 Parent(s): c4bc283

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 -U gliner
 
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
  ---