From ec62fbb1c5d28442899339bf87df083bb149897b Mon Sep 17 00:00:00 2001 From: Phin <59180111+phin05@users.noreply.github.com> Date: Mon, 22 Oct 2018 19:13:57 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2a078a..1bba376 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor ## 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) -* [websocket-client](https://github.com/websocket-client/websocket-client) - * 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 +* 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. * The script must be running on the same machine as the Discord client. ## Configuration