# Conflicts:
#	README.md
This commit is contained in:
Xavier Bustamante Talavera 2018-06-21 17:45:33 +02:00
commit 27afad7312
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ Devicehub is built with [Teal](https://github.com/bustawin/teal) and
## Installing
The requirements are:
- Python 3.5 or higher.
- PostgreSQL 9.6 or higher.
- passlib. In debian is ``apt install python3-passlib``.
- Python 3.5.3 or higher. In debian is `# apt install python3-pip`.
- PostgreSQL 9.6 or higher. In debian is `# apt install postgresql`
- passlib. In debian is `# apt install python3-passlib`.
Install Devicehub with *pip*: `pip3 install ereuse-devicehub -U --pre`.