Update README.md
This commit is contained in:
parent
3999f3963a
commit
5a547bbdf3
|
@ -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``.
|
||||
available commands by just executing ``flask``.
|
||||
|
|
Reference in New Issue