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 042c925 commit b1ca7ecCopy full SHA for b1ca7ec
docs/release.md
@@ -85,6 +85,8 @@ Steps to release a new version:
85
pip install -r config/jupyter_reqs.txt
86
pip install -r config/big_reqs.txt
87
pip install -r config/non_36_reqs.txt
88
+ python -m spacy download en_core_web_sm
89
+ python -m spacy download en_core_web_trf
90
jupyter lab
91
```
92
0 commit comments