update README
This commit is contained in:
parent
a83b7999f2
commit
d13caec19c
1 changed files with 3 additions and 1 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue