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 290bbbb commit 57420a3Copy full SHA for 57420a3
README.md
@@ -177,6 +177,20 @@ pip install numpy
177
pip install holmes-extractor
178
```
179
180
+To upgrade from a previous Holmes version, issue the following commands and then
181
+[reissue the commands to download the spaCy models](#installing-the-spacy-models) to ensure
182
+you have the correct versions of them:
183
+
184
+*Linux:*
185
+```
186
+pip3 install --upgrade holmes-extractor
187
188
189
+*Windows:*
190
191
+pip install --upgrade holmes-extractor
192
193
194
If you are working on Windows and have not used Python before,
195
several of Holmes' dependencies require you to download Visual Studio and then
196
rerun the installation. During the Visual Studio install, it is imperative to select
0 commit comments