precision on how to launch the bot locally
This commit is contained in:
parent
cdac6ff88e
commit
ebfb34d499
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue