Added installer for cython and git lfs

This commit is contained in:
Luis Aleixo 2021-11-05 15:47:50 +01:00
parent 0532c152f2
commit 37edf3163e
2 changed files with 4 additions and 0 deletions

View file

@ -1,9 +1,11 @@
cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs install
git lfs pull
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 .

View file

@ -1,9 +1,11 @@
cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs install
git lfs pull
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 .