Merge branch 'feature/template_theme' into 'master'

hide CERN theme from README

Closes #289

See merge request cara/caimira!406
This commit is contained in:
Andre Henriques 2022-10-18 09:09:24 +02:00
commit 2433f024a5

View file

@ -100,10 +100,10 @@ pip install -e . # At the root of the repository
python -m caimira.apps.calculator
```
To run with the CERN theme:
To run with a specific template theme created:
```
python -m caimira.apps.calculator --theme=caimira/apps/templates/cern
python -m caimira.apps.calculator --theme=caimira/apps/templates/{theme}
```
To run the calculator on a different URL path: