File size: 101 Bytes
18667b7
 
 
1
2
3
import subprocess
cmd = ["python", "-m", "spacy", "download", "en_core_web_sm"]
subprocess.run(cmd)