Skip to content

Commit

Permalink
Remove instructions to download NLTK data
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen authored Sep 19, 2024
1 parent c047aea commit f01d351
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ The recommended way is to install Annif from
source annif-venv/bin/activate
pip install annif

You will also need NLTK data files:

python -m nltk.downloader punkt_tab

Start up the application:

annif
Expand Down Expand Up @@ -113,10 +109,6 @@ Enter the virtual environment:

poetry shell

You will also need NLTK data files:

python -m nltk.downloader punkt_tab

Start up the application:

annif
Expand Down

0 comments on commit f01d351

Please sign in to comment.