Merge branch 'nimounet-master-patch-52752' into 'master'

Update README.md - adding indications when running CAiMIRA in development mode

See merge request caimira/caimira!475
This commit is contained in:
Andre Henriques 2023-12-12 11:30:42 +01:00
commit c777d1a8de

View file

@ -124,6 +124,8 @@ To run the calculator on a different URL path:
python -m caimira.apps.calculator --prefix=/mycalc
```
Each of these commands will start a local version of CAiMIRA, which can be visited at http://localhost:8080/.
### How to compile and read the documentation
In order to generate the documentation, CAiMIRA must be installed first with the `doc` dependencies: