HoverHell / RedditImageGrab

Downloads images from sub-reddits of reddit.com.
GNU General Public License v3.0
312 stars 80 forks source link

Create a requirements.txt file for easy installation and use. #79

Closed jgreenemi closed 6 years ago

jgreenemi commented 6 years ago

Not all systems will already have the dependencies necessary for this project to run - it would be helpful to have a requirements.txt from the output of this on your system:

$ pip freeze > requirements.txt

rachmadaniHaryono commented 6 years ago

All requirements can be installed with pip install .[recommended]

jgreenemi commented 6 years ago

Alrighty - thanks for the note!