Document setup process
Once the code settles down a little bit, I need to write up the full configuration, setup, and running procedures. @gissues:{"order":25,"status":"backlog"}
Can you check a requirements.txt file into version control for now? I would like to see what sort of third party packages I need to try and run this thing.
just pip freeze > requirements.txt will be fine for now, assuming you're using pip for package management and you aren't installing packages globally.
@cmcdowell Unfortunately it isn't quite that simple. MongoDB can't be installed via pip, although everything else can be. You need Python 3 (of course), MongoDB, pymongo, and praw. This might change if I can find the time to move the database over to SQLAlchemy (Issue #3).
My contributions to the project are kinda on-ice right now until I can find a large enough gap in my schoolwork.