From 5a63fea1f097bd7eac161d1796c0eb648d2207e6 Mon Sep 17 00:00:00 2001 From: Sheldon Date: Fri, 19 Feb 2021 19:04:12 +0800 Subject: [PATCH] Formatting changes. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7028df..afef535 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Dependencies: You will need python: + [https://www.python.org/downloads/] This works on python 3.9.1 @@ -14,13 +15,12 @@ It also needs ``PyAutoGUI`` for mouse, keyboard and GUI control, and ``Pillow`` After you have installed python, run from below in CMD and Powershell: ``` -py -m pip install pyautogui -py -m pip install Pillow +py -m pip install -r requirements.txt ``` Or alternatviely: ``` -py -m pip install -r requirements.txt +py -m pip install pyautogui +py -m pip install Pillow ``` -