diff --git a/README.md b/README.md index a748186..849552e 100644 --- a/README.md +++ b/README.md @@ -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. After cloning this repository you need to install the requirements via +```sh +pipenv install +``` +or ```sh pip3 install -r requirements.txt ```