|
|
@ -7,6 +7,10 @@ This is a script for downloading images (or other media) from reddit subreddits.
|
|
|
|
This script requires at least Python 3.6.
|
|
|
|
This script requires at least Python 3.6.
|
|
|
|
After cloning this repository you need to install the requirements via
|
|
|
|
After cloning this repository you need to install the requirements via
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
|
|
|
pipenv install
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
or
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
pip3 install -r requirements.txt
|
|
|
|
```
|
|
|
|
```
|
|
|
|