We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4005d6e commit d6f3e06Copy full SHA for d6f3e06
docs/src/user_guide/installation/installing-spacy.md
@@ -85,7 +85,7 @@ py -3.9 -m pip install --upgrade pip virtualenv
85
py -3.9 -m venv spacyenv
86
spacyenv\Scripts\activate
87
py -m pip install --upgrade pip setuptools wheel
88
-py -m pip install --upgrade spacy six
+py -m pip install --upgrade spacy==3.7.5 six
89
```
90
91
In the same command prompt, we now want to download the models. Here I'll use the Korean model `ko_core_news_sm` and the
0 commit comments