From 837ca0c62ec1fa930c1a2af21b357f11c699133e Mon Sep 17 00:00:00 2001 From: micziz Date: Mon, 4 Jul 2022 15:33:36 +0200 Subject: [PATCH] Fixes --- README.md | 4 ---- requirements.txt | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f82601..337ffc0 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,6 @@ The only original thing being done is the editing and gathering of all materials 3. Run `playwright install` and `playwright install-deps`. (if this fails try adding python -m to the front of the command) -**EXPERIMENTAL**: Run this install script to do steps 1-4 automatically (it also install dependencies!). Supports MacOS and Debian, Arch, CentoOS and fedora. - -To run: `sh <(curl -sL https://raw.githubusercontent.com/micziz/RedditVideoMakerBot/master/install.sh)` - 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". diff --git a/requirements.txt b/requirements.txt index 687f952..84a77a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ pytube==12.1.0 requests==2.28.1 rich==12.4.4 translators==5.3.1 +sox==1.4.1 \ No newline at end of file