From d13caec19cc8a785c0dd1cff379903b4ab9dc597 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 1 May 2022 15:12:43 +0200 Subject: [PATCH] update README --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')"