Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 0fdadbf

Browse files
authored
Update installation instructions in README to 0.8 (#90)
1 parent d3838d3 commit 0fdadbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.7.0"
48+
pip install "medcat @ git+https://github.com/CogStack/MedCAT2@v0.8.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.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
55+
pip install "medcat[spacy] @ git+https://github.com/CogStack/MedCAT2@v0.8.0" # for spacy-based tokenizer
56+
pip install "medcat[meta-cat] @ git+https://github.com/CogStack/MedCAT2@v0.8.0" # for MetaCAT
57+
pip install "medcat[deid] @ git+https://github.com/CogStack/MedCAT2@v0.8.0" # for DeID models
58+
pip install "medcat[spacy,meta-cat,deid,rel-cat,dict-ner] @ git+https://github.com/CogStack/MedCAT2@v0.8.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.7.0`.
62+
For in the above example, we're installing the MedCAT v2 BETA version of `v0.8.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)