diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 5a89423..6ff5208 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -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`