From 91f4ab22fe1016b51a37db4347b555b2a40c625c Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 21 Jun 2018 17:29:05 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5eb4b5b4..ccb975ce 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ $ apt-get install python3-pip postgresql postgresql-client python3.5 Install Devicehub with *pip*: `pip3 install ereuse-devicehub -U --pre`. +`flask` is needed for running the server. + +```bash +$ pip3 install flask +``` + ## Running Create a python file with the following and call it `app.py`: ```python