updated scripts for m1 machines
This commit is contained in:
parent
efcafbe01b
commit
0532c152f2
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue