From ebfb34d4996a0654027db79be3034be41a0559a3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 28 Jul 2021 14:40:43 +0200 Subject: [PATCH] precision on how to launch the bot locally --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b161e72..b7b08dd 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,5 @@ To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and ## __Launching locally__ If you want to run it without Docker, create an .env file to store variables in the root folder. -Simply run `python3 main.py` in `src` folder to launch the bot in the repo folder. +Install ffmpeg by doing `sudo apt install ffmpeg` and all the requirements by doing `python3 -m pip install -r requirements.txt` +Simply run `python3 main.py` inside the `src` folder to launch the bot in the repo folder.