File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,4 +14,10 @@ call python -m spacy download en_core_web_md
1414
1515echo Installation completed.
1616
17+ echo To continue, please activate the conda environment with the following command:
18+ echo conda activate auto_ai
19+
20+ echo Then, run the following command to start the application:
21+ echo python automotive_ai/app.py
22+
1723pause
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- conda create -n auto-ai python=3.12 -y
3+ conda create -n auto_ai python=3.12 -y
44
55echo " Installing Python requirements..."
66pip install -r requirements-dev.txt
@@ -9,3 +9,9 @@ echo "Downloading SpaCy model..."
99python -m spacy download en_core_web_md
1010
1111echo " Installation completed."
12+
13+ echo " To continue, please activate the conda environment with the following command:"
14+ echo " conda activate auto_ai"
15+
16+ echo " Then, run the following command to start the application:"
17+ echo " python automotive_ai/app.py"
You can’t perform that action at this time.
0 commit comments