Skip to content

Commit d6f3e06

Browse files
committed
added temp workaround for spacy installation on windows
1 parent 4005d6e commit d6f3e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/user_guide/installation/installing-spacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ py -3.9 -m pip install --upgrade pip virtualenv
8585
py -3.9 -m venv spacyenv
8686
spacyenv\Scripts\activate
8787
py -m pip install --upgrade pip setuptools wheel
88-
py -m pip install --upgrade spacy six
88+
py -m pip install --upgrade spacy==3.7.5 six
8989
```
9090

9191
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

Comments
 (0)