reddit-image-wall-getter/README.md

29 lines
437 B
Markdown
Raw Normal View History

2017-12-29 23:19:13 +00:00
# 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`