update README

This commit is contained in:
Denis Lehmann 2022-05-01 15:12:43 +02:00
parent a83b7999f2
commit d13caec19c

View file

@ -52,10 +52,12 @@
** Installation
Execute the following command in the repository to install /raincloud/ in your environment:
Execute the following command in the repository to install the /raincloud/ module in your environment:
: $ pip install .
** Deployment
A WSGI server like [[https://gunicorn.org/][Gunicorn]] can then be used to serve the app for example like this:
: $ gunicorn "raincloud:create_app(base_path='public')"