From 5a547bbdf32fa21f43de8c4c350a7392571c5881 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 21 Jun 2018 16:49:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf8bad44..3181ac2a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Devicehub is built with [Teal](https://github.com/bustawin/teal) and ## Installing The requirements are: -- Python 3.5 or higher. +- Python 3.5.3 or higher. - PostgreSQL 9.6 or higher. Install Devicehub with *pip*: `pip3 install ereuse-devicehub -U --pre`. @@ -63,4 +63,4 @@ for more info. Devicehub has many commands that allows you to administrate it. You can, for example, create a dummy database of devices with ``flask dummy`` or create users with ``flask create-user``. See all the -available commands by just executing ``flask``. \ No newline at end of file +available commands by just executing ``flask``.