murtaza2801 commited on
Commit
d895b31
·
verified ·
1 Parent(s): c72f236

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +5 -3
setup.sh CHANGED
@@ -1,3 +1,5 @@
1
- #!/bin/bash
2
- pip install -r requirements.txt
3
- python -c "import nltk; nltk.download('punkt')"
 
 
 
1
+ #!/bin/bash
2
+
3
+ pip install -r requirements.txt
4
+ python -m nltk.downloader punkt
5
+