From 172e3dbb4d11b9e8f62631ab83221b8b9b4beeb6 Mon Sep 17 00:00:00 2001 From: Gabriel Pettier Date: Sat, 12 Dec 2020 11:33:53 +0100 Subject: [PATCH] add installation section in README.md (#563) * add installation section in README.md * Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c2c033e9..0fe1e761e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ implement the api in the easiest way, depending on the current platform. | Vibrator | ✔ | ✔ | | | | | Wifi | | | ✔ | ✔ | ✔ | +## Installation + +To use on desktop: `pip install plyer` +To use in python-for-android/kivy-ios: add `plyer` to your requirements if needed. ## Support