diff --git a/README.md b/README.md index 8d82c07..026eaa9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ See instances.json # Run your own instance ## Dependencies This program depends on `bs4`, `requests`, and `flask`. Install them by running `pip3 install bs4 requests flask`. + +For the production environment, you also need the uWSGI Python3 plugin. On Debian, it can be installed via `apt install uwsgi-plugin-python3` ## Production 1. Clone the repository 2. Run `uwsgi --plugin python3 --http-socket 0.0.0.0:8001 --wsgi-file main.py --callable app --processes 4 --threads 2`