Skip to content

Commit be00062

Browse files
committed
chore: update install script to reference requirements-dev.txt directly
1 parent 1692f7d commit be00062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
conda create -n auto-ai python=3.12 -y
44

55
echo "Installing Python requirements..."
6-
pip install -r src/requirements-dev.txt
6+
pip install -r requirements-dev.txt
77

88
echo "Downloading SpaCy model..."
99
python -m spacy download en_core_web_md

0 commit comments

Comments
 (0)