Merge branch 'feature/cara_scripts' into 'master'

Updated echo message

See merge request cara/cara!282
This commit is contained in:
Andre Henriques 2021-11-08 12:21:38 +01:00
commit ac2a5035aa
4 changed files with 16 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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