From 6900f6ddb064cc59bbb27f61533c3621a30df00c Mon Sep 17 00:00:00 2001 From: ajsya <52182942+ajsya@users.noreply.github.com> Date: Mon, 12 Apr 2021 21:47:56 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ad0a09..88e964d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ A simple Python script to automatically join full Minecraft servers during peak hours. ## Dependencies +Make sure to have the latest versions installed of the following libraries! **[mcstatus](https://github.com/Dinnerbone/mcstatus)
-[pynput](https://pypi.org/project/pynput/)** +[pynput](https://pypi.org/project/pynput/) +[requests](https://pypi.org/project/requests/) +** ## How to Run [Download and Install Python](https://www.python.org/)
@@ -16,9 +19,12 @@ pip install pynput ``` pip install mcstatus ``` +``` +pip install requests +``` Run the Python File
Navigate your cursor over to the left side of the server you would like to join in Minecraft. ## Credits Made by ajsya / SharkBaitBilly -If you have any questions or issues please message me on Discord (SharkBaitBilly#5270) or create a Github Issue! +If you have any questions or issues please message me on Discord (SharkBaitBilly#5270) or create a new Github Issue!