Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add installation section in README.md #563

Merged
merged 2 commits into from
Dec 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (but it's probably already there).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if needed (but it's probably already there).

Is this really necessary? As far as I know, plyer is not installed by
default in either python-for-android or kivy-ios.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, that's actually misleading, i'll remove that part.

tshirtman marked this conversation as resolved.
Show resolved Hide resolved

## Support

Expand Down