Reddit Drawing Bot Running Instructions
Setting up the requirements
- Download the Python installer from here
- Make sure “Add Python 3.9 to PATH is ticked
- Click on Customize installation, and make sure everything is ticked
- Click on “Next”
- Make sure “Add Python to environment variables” is ticked”
- Click install. and let it go
Python Package Requirements
To run the bot for the first time, install the requirements.
Windows
pip install -r requirements.txt
simply open the directory you’ve extracted the bot to, and type cmd
in the address bar like so:
Other OS
Ideally, cd into the directory and run the following command:
pip3 install -r