Update SELF-HOSTING.md

This commit is contained in:
PLUJA 2020-09-04 13:54:44 +02:00 committed by GitHub
parent f07c74919d
commit 9b5f7cae0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@
* `pip install -r requirements.txt`
> You can edit the `yotter-config` file
5. Install gunicorn (production web server for Python apps) and pymysql:
`pip install gunicorn pymysql`