Skip to content

Commit

Permalink
Added note about upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpaulhudson committed Nov 19, 2019
1 parent 290bbbb commit 57420a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,20 @@ pip install numpy
pip install holmes-extractor
```

To upgrade from a previous Holmes version, issue the following commands and then
[reissue the commands to download the spaCy models](#installing-the-spacy-models) to ensure
you have the correct versions of them:

*Linux:*
```
pip3 install --upgrade holmes-extractor
```

*Windows:*
```
pip install --upgrade holmes-extractor
```

If you are working on Windows and have not used Python before,
several of Holmes' dependencies require you to download Visual Studio and then
rerun the installation. During the Visual Studio install, it is imperative to select
Expand Down

0 comments on commit 57420a3

Please sign in to comment.