Added Pipenv to readme

pull/6/head
Trivernis 5 years ago
parent 660b90d919
commit c5c4742db9

@ -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
``` ```

Loading…
Cancel
Save