Updated readme for compilation
This commit is contained in:
parent
c8a7f1fe1f
commit
a13743fcae
1 changed files with 8 additions and 0 deletions
|
|
@ -105,6 +105,14 @@ To run the calculator on a different URL path:
|
|||
python -m cara.apps.calculator --prefix=/mycalc
|
||||
```
|
||||
|
||||
### How to compile and read the documentation
|
||||
|
||||
In order to generate the documentation, CARA must be installed first.
|
||||
|
||||
If any of the `.rst` files under the `cara/docs` folder is changed, the command `make html` should be executed in the docs directory.
|
||||
|
||||
Then, right click on `cara/docs/index.rst` and select `Open with` your preferred web browser.
|
||||
|
||||
### Running the CARA Expert-App app in development mode
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue