Skip to content

Commit 57420a3

Browse files
Added note about upgrading
1 parent 290bbbb commit 57420a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,20 @@ pip install numpy
177177
pip install holmes-extractor
178178
```
179179

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+
180194
If you are working on Windows and have not used Python before,
181195
several of Holmes' dependencies require you to download Visual Studio and then
182196
rerun the installation. During the Visual Studio install, it is imperative to select

0 commit comments

Comments
 (0)