summaryrefslogtreecommitdiff
path: root/contrib/remote-reducer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/remote-reducer/README.md')
-rw-r--r--contrib/remote-reducer/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/remote-reducer/README.md b/contrib/remote-reducer/README.md
index ccf1adb..74adc66 100644
--- a/contrib/remote-reducer/README.md
+++ b/contrib/remote-reducer/README.md
@@ -3,6 +3,14 @@
The remote reducer is a simple HTTP service that proxies requests to
``anastasis-reducer``. It is not meant to be used in production.
+## Dependencies
+
+The remote reducer needs python3 and flask. Flask can be installed via pip:
+
+```
+pip3 install flask
+```
+
## Running the remote reducer
```