Update README.md

This commit is contained in:
Phin 2018-10-22 19:13:57 +05:30
parent 2a0f31ba6a
commit ec62fbb1c5

View file

@ -4,10 +4,9 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
## Requirements ## Requirements
* [Python 3.6.4+](https://www.python.org/downloads) * [Python 3.6.7](https://www.python.org/downloads/release/python-367/)
* [plexapi](https://github.com/pkkid/python-plexapi) * [plexapi](https://github.com/pkkid/python-plexapi)
* [websocket-client](https://github.com/websocket-client/websocket-client) * Use [websocket-client](https://github.com/websocket-client/websocket-client) version 0.48.0 (`pip install websocket-client==0.48.0`) as an issue with newer versions of websocket-client breaks the plexapi module's alert listener.
* Use version 0.48.0 (`pip install websocket-client==0.48.0`) as an issue with newer versions of websocket-client breaks the plexapi module's alert listener
* The script must be running on the same machine as the Discord client. * The script must be running on the same machine as the Discord client.
## Configuration ## Configuration