File size: 78 Bytes
7c34c28
 
 
 
 
1
2
3
4
5
#!/bin/bash

pip install nltk

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