# Reddit Image Wall Getter ## Why? Pr0n ## How do I install the requirements? Install Python 3.x from the site or from your package distribution (in this case, install python3-pip too) #### Linux `sudo python3 -m pip install -r requirements.txt` #### Windows `python -m pip install -r requirements.txt` ## How do I run it? #### Windows Double-click `redditgetter.py`. #### Linux Open a terminal and run `./redditgetter.py`