precision on how to launch the bot locally

This commit is contained in:
Mylloon 2021-07-28 14:40:43 +02:00
parent cdac6ff88e
commit ebfb34d499

View file

@ -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.