From 65331bf5d76c5aca1ef1bb25e3b0d932deec1e4f Mon Sep 17 00:00:00 2001 From: Igor Sankovich Date: Mon, 6 Nov 2017 14:51:58 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384aadd..0cf6b44 100755 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Since ```0.1.0``` plugin uses wrapper-server for python-miio lib. It helps to us ## Installation -Before installation plugin check the `python3` and `python3-dev` is installed for Domoticz plugin system: +Before installation plugin check the `python3`, `python3-dev`, `pip3` is installed for Domoticz plugin system: -```sudo apt-get install python3 python3-dev``` +```sudo apt-get install python3 python3-dev python3-pip``` Also do note that the setuptools version is too old for installing some requirements, so before trying to install this package you should update the setuptools with: