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:
commit
2433f024a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue