cara/caimira/scripts/themes/cern/cara_script.command
2022-09-09 16:57:20 +02:00

14 lines
516 B
Bash
Executable file

cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd caimira
if [[ `uname -m` == 'arm64' ]]; then
pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
pip3 install Cython
pip3 install -U --no-use-pep517 scikit-learn
fi
pip3 install -e .
echo "############################################"
echo "CAiMIRA is now running at http://localhost:8080"
echo "############################################"
python3 -m caimira.apps.calculator --theme=caimira/apps/templates/cern