NotVeryCleverBot icon indicating copy to clipboard operation
NotVeryCleverBot copied to clipboard

Document setup process

Open bgw opened this issue 13 years ago • 2 comments

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"}

bgw avatar Jan 28 '13 02:01 bgw

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 avatar Feb 09 '13 01:02 cmcdowell

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

bgw avatar Feb 10 '13 21:02 bgw