From 4756456084463f8577ec60dcdc44ccff258c07cd Mon Sep 17 00:00:00 2001 From: Isaac Chansky Date: Fri, 14 Nov 2014 22:11:43 -0500 Subject: [PATCH] Update README.md for python deps setup --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7f865b..2aed56e 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,11 @@ Initializing the DB Starting from the root directory of this project: + pip install -r requirements.txt cd files ./pantry_import.py -This script has a few dependencies (e.g., `pymongo`); if your system is missing -any of these, you'll need to install them (via `easy_install` or your python -package manager) first. +This script has a few dependencies (e.g., `pymongo`); install them with `pip install -r requirements.txt` Installing Node Dependencies ---------------------------- @@ -86,4 +85,4 @@ request/). If you have any questions at all, please get in touch with us. -[Liam Morley](https://twitter.com/carpeliam) • [Harlan Weber](https://twitter.com/whereshj) \ No newline at end of file +[Liam Morley](https://twitter.com/carpeliam) • [Harlan Weber](https://twitter.com/whereshj)