diff --git a/README.org b/README.org index 2ae81c5..c04cff0 100644 --- a/README.org +++ b/README.org @@ -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')"