Phoenix21's picture
Create setup.sh
9a91549 verified
raw
history blame contribute delete
157 Bytes
#!/bin/bash
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Install the spaCy model
python -m spacy download en_core_web_sm