rmdhirr commited on
Commit
4eb4957
1 Parent(s): e566c6c

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +4 -1
setup.sh CHANGED
@@ -10,4 +10,7 @@ source $HOME/.cargo/env
10
  pip install --upgrade pip
11
 
12
  # Install Python dependencies
13
- pip install -r requirements.txt
 
 
 
 
10
  pip install --upgrade pip
11
 
12
  # Install Python dependencies
13
+ pip install -r requirements.txt
14
+
15
+ # Download NLTK stopwords
16
+ python -c "import nltk; nltk.download('stopwords')"