From 1510e94298b0ec24fcee67009fb4e15199d1ce4e Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Mon, 11 Jun 2018 23:35:35 -0400 Subject: [PATCH] Add pip install to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b43adf..80c8509 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ It is written in Python 3, originally for use with [Home Assistant](https://www. # Usage +Install this library from PyPI: + +``` +pip install TurnTouch +``` + ## Scanning for Turn Touch devices **Note:** Scanning requires root privileges on Linux. To avoid this, skip -- GitLab