Added scripts for different themes

This commit is contained in:
Luis Aleixo 2021-11-04 11:57:35 +01:00
parent be6b0ad27e
commit efcafbe01b
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
cd Downloads
git clone https://gitlab.cern.ch/cara/cara.git
cd cara
git lfs pull
pip3 install -e .
python3 -m cara.apps.calculator

View file

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