Skip to content

Commit bfe5b69

Browse files
authored
Update README to install 0.7.0 (CogStack/MedCAT2#87)
Updating installation instructions
1 parent 5f66b26 commit bfe5b69

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

medcat-v2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ Currently MedCAT v2 is in Beta.
4545
As such, we're not yet pushing to PyPI.
4646
And because of that the current installation command for (only) core MedCAT v2 is:
4747
```
48-
pip install "medcat @ git+https://github.com/CogStack/MedCAT2@v0.6.1"
48+
pip install "medcat @ git+https://github.com/CogStack/MedCAT2@v0.7.0"
4949
```
5050
Do note that **this installs only the core MedCAT v2**.
5151
**It does not necessary dependencies for `spacy`-based tokenizing or MetaCATs or DeID**.
5252
However, all of those are supported as well.
5353
You can install them as follows:
5454
```
55-
pip install "medcat[spacy] @ git+https://github.com/CogStack/MedCAT2@v0.6.1" # for spacy-based tokenizer
56-
pip install "medcat[meta-cat] @ git+https://github.com/CogStack/MedCAT2@v0.6.1" # for MetaCAT
57-
pip install "medcat[deid] @ git+https://github.com/CogStack/MedCAT2@v0.6.1" # for DeID models
58-
pip install "medcat[spacy,meta-cat,deid,rel-cat,dict-ner] @ git+https://github.com/CogStack/MedCAT2@v0.6.1" # for all of the sbove
55+
pip install "medcat[spacy] @ git+https://github.com/CogStack/MedCAT2@v0.7.0" # for spacy-based tokenizer
56+
pip install "medcat[meta-cat] @ git+https://github.com/CogStack/MedCAT2@v0.7.0" # for MetaCAT
57+
pip install "medcat[deid] @ git+https://github.com/CogStack/MedCAT2@v0.7.0" # for DeID models
58+
pip install "medcat[spacy,meta-cat,deid,rel-cat,dict-ner] @ git+https://github.com/CogStack/MedCAT2@v0.7.0" # for all of the sbove
5959
```
6060

6161
PS:
62-
For in the above example, we're installing the MedCAT v2 BETA version of `v0.6.1`.
62+
For in the above example, we're installing the MedCAT v2 BETA version of `v0.7.0`.
6363
The README is unlikely to change after every new release.
6464
If another version is available / required, substitute the version tag as appropriate.
6565

0 commit comments

Comments
 (0)