From 4bc9093fb076ec5a5d87f3f202c079c55f497dbc Mon Sep 17 00:00:00 2001 From: Goppier <96147255+Goppier@users.noreply.github.com> Date: Sun, 21 Apr 2024 02:16:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb265d2..c941c4b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Finding Feebas In this repository you will find the python code to a tool to find Feebas more quickly in your games! Before you can use it, there are a few things you will need to install if you don't have it already. ## Step 1: Install Python and Libraries -You will first need to download and install Python for the OS you are using. You find Python using the link below: +You will first need to download and install Python for the OS you are using. For Windows it is recommended to install using the offical Microsoft Store. You find Python using the link below as well: https://www.python.org/downloads/ Once Python has been installed, open the terminal and type in the following commands: -- pip3 install tkinter +- pip3 install tk - pip3 install ttkwidgets ## Step 2: Download the Repository and Run the Code