@@ -45,21 +45,21 @@ Currently MedCAT v2 is in Beta.
4545As such, we're not yet pushing to PyPI.
4646And 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```
5050Do note that ** this installs only the core MedCAT v2** .
5151** It does not necessary dependencies for ` spacy ` -based tokenizing or MetaCATs or DeID** .
5252However, all of those are supported as well.
5353You 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
6161PS:
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 ` .
6363The README is unlikely to change after every new release.
6464If another version is available / required, substitute the version tag as appropriate.
6565
0 commit comments