Updated echo message
This commit is contained in:
parent
8880a56894
commit
7ee82f00c9
4 changed files with 16 additions and 8 deletions
|
|
@ -9,5 +9,7 @@ if [[ `uname -m` == 'arm64' ]]; then
|
|||
pip3 install -U --no-use-pep517 scikit-learn
|
||||
fi
|
||||
pip3 install -e .
|
||||
python3 -m cara.apps.calculator
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python3 -m cara.apps.calculator
|
||||
|
|
@ -3,5 +3,7 @@ cd cara
|
|||
git lfs install
|
||||
git lfs pull
|
||||
pip install -e .
|
||||
python -m cara.apps.calculator
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python -m cara.apps.calculator
|
||||
|
|
@ -9,5 +9,7 @@ if [[ `uname -m` == 'arm64' ]]; then
|
|||
pip3 install -U --no-use-pep517 scikit-learn
|
||||
fi
|
||||
pip3 install -e .
|
||||
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
|
|
@ -3,5 +3,7 @@ cd cara
|
|||
git lfs install
|
||||
git lfs pull
|
||||
pip install -e .
|
||||
python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
echo "CARA is now running at http://localhost:8080"
|
||||
echo "############################################"
|
||||
python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern
|
||||
Loading…
Reference in a new issue