updated scripts for m1 machines

This commit is contained in:
Luis Aleixo 2021-11-05 11:46:04 +01:00
parent efcafbe01b
commit 0532c152f2
2 changed files with 8 additions and 0 deletions

View file

@ -2,5 +2,9 @@ cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs pull
if [[ `uname -m` == 'arm64' ]]; then
pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
pip3 install -U --no-use-pep517 scikit-learn
fi
pip3 install -e .
python3 -m cara.apps.calculator

View file

@ -2,5 +2,9 @@ cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs pull
if [[ `uname -m` == 'arm64' ]]; then
pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
pip3 install -U --no-use-pep517 scikit-learn
fi
pip3 install -e .
python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern