From 3f142277830e97ee3ec52c5322896c3d9053019c Mon Sep 17 00:00:00 2001 From: micziz Date: Mon, 4 Jul 2022 15:33:55 +0200 Subject: [PATCH] Revert "Fixes" This reverts commit 837ca0c62ec1fa930c1a2af21b357f11c699133e. --- README.md | 4 ++++ requirements.txt | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 337ffc0..2f82601 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ 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 84a77a9..687f952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,3 @@ 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