File size: 78 Bytes
12f2e48
 
 
 
 
1
2
3
4
5
#!/bin/bash

pip install nltk

python -c "import nltk; nltk.download('punkt')"