8 lines
260 B
Bash
Executable file
8 lines
260 B
Bash
Executable file
git clone https://gitlab.cern.ch/cara/cara.git
|
|
cd cara
|
|
pip install -e .
|
|
echo "############################################"
|
|
echo "CARA is now running at http://localhost:8080"
|
|
echo "############################################"
|
|
python -m cara.apps.calculator
|
|
|