SonicVerse / src /sonicverse /scripts /document_setup.sh
annabeth97c's picture
Initial commit
12f2e48 verified
raw
history blame contribute delete
78 Bytes
#!/bin/bash
pip install nltk
python -c "import nltk; nltk.download('punkt')"