From 7ee2297983175782d509760c2bb1782607349153 Mon Sep 17 00:00:00 2001 From: CordlessCoder <42666308+CordlessCoder@users.noreply.github.com> Date: Sun, 3 Jul 2022 14:09:55 +0300 Subject: [PATCH] Fix installation guide --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bffbc8c..6e97228 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,13 @@ The only original thing being done is the editing and gathering of all materials ## Installation 👩‍💻 1. Clone this repository -2. **Automatic Install**: Run `python main.py` and type 'yes' to activate the setup assistant. +2. Run `pip install -r requirements.txt` -3. Run `pip install -r requirements.txt` +3. Run `playwright install` and `playwright install-deps`. (if this fails try adding python -m to the front of the command) -4. Run `playwright install` and `playwright install-deps`. (if this fails try adding python -m to the front of the command) - -5. Run `python main.py` (unless you chose automatic install, then the installer will automatically run main.py) +4. Run `python main.py` required\*\*), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) TL;DR set up an app that is a "script". -6. Enjoy 😎 +5. Enjoy 😎 (Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)