Skip to content

Commit

Permalink
Update README.md for python deps setup
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacchansky committed Nov 15, 2014
1 parent 1c4d369 commit 4756456
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------
Expand Down Expand Up @@ -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)
[Liam Morley](https://twitter.com/carpeliam) • [Harlan Weber](https://twitter.com/whereshj)

0 comments on commit 4756456

Please sign in to comment.