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