Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 16e1109

Browse files
author
Kristina Chodorow
committed
update readme
1 parent 9440233 commit 16e1109

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ Sleepy.Mongoose is a REST interface for MongoDB.
44

55
## PREREQUISITES
66

7-
MongoDB and pymongo. You can get MongoDB from http://www.mongodb.org.
7+
You need 3 things installed:
88

9-
You can install pymongo with easy_install:
9+
1. MongoDB, which can be downloaded from [http://www.mongodb.org](http://www.mongodb.org).
1010

11-
$ sudo easy_install pymongo
11+
2. Pymongo, the MongoDB python driver. You can install this with easy_install:
1212

13-
Sleepy.Mongoose requires pymongo version 1.4 or greater.
13+
$ sudo easy_install pymongo
14+
15+
Sleepy.Mongoose requires pymongo version 1.4 or greater.
16+
17+
3. The Python JSON package, which can also be installed with easy_install:
18+
19+
$ sudo easy_install json
1420

1521
## RUNNING
1622

0 commit comments

Comments
 (0)