From 805b7bffbcadb44a81740e952afa450fd8d24783 Mon Sep 17 00:00:00 2001 From: TheBlackCookie <76895655+TheBlackCookie@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:40:52 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 908ef3a..9cc1911 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,11 @@ These videos on TikTok, YouTube and Instagram get MILLIONS of views across all p - Python 3.6+ - Playwright (this should install automatically during installation) -- pip ## Installation 👩‍💻 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. Open CMD in the directory and run `pip3 install -r requirements.txt` +3. Open Terminal 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 😎