From b126327535a54204126e2d498538ea7ff3f13164 Mon Sep 17 00:00:00 2001 From: TheBlackCookie <76895655+TheBlackCookie@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:44:18 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1650ea..908ef3a 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p 1. Clone this repository 2. Rename `.env.template` to `.env` and replace all values with the appropriate fields. To get Reddit keys (**required**), visit [the Reddit Apps page.](https://www.reddit.com/prefs/apps) TL;DR set up an app that is a "script". Copy your keys into the `.env` file, along with whether your account uses two-factor authentication. -3. Run `pip3 install -r requirements.txt` -4. Run `playwright install` and `playwright install-deps`. -5. Run `python3 main.py` +3. Open CMD in the directory and run `pip3 install -r requirements.txt` +4. Then run `playwright install` and `playwright install-deps`. +5. and then `python3 main.py` 6. Enjoy 😎 If you want to see more detailed guide, please refer to the official [documentation](https://luka-hietala.gitbook.io/documentation-for-the-reddit-bot/).