prestonpeterson / CI_RAE

Bot that scrapes user comments and profiles on Reddit.com and performs various analyses on the resulting data.
1 stars 0 forks source link

dependency management #4

Closed prestonpeterson closed 8 years ago

prestonpeterson commented 8 years ago

It would be really nice to have a setup.py file that will install dependencies such as PRAW

prestonpeterson commented 8 years ago

requirements.txt is on the master branch now. let pycharm take care of it or type pip3 install -r requirements.txt