Added git lfs install to windows scrips

This commit is contained in:
Luis Aleixo 2021-11-08 11:44:01 +01:00
parent 4c0708bb8f
commit 8880a56894
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs install
git lfs pull
pip install -e .
python -m cara.apps.calculator

View file

@ -1,5 +1,6 @@
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs install
git lfs pull
pip install -e .
python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern