Skip to content

Commit a05810c

Browse files
committed
Updated README to reflect current repo state.
1 parent 4cc3ece commit a05810c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ library.
99
Dependencies
1010
------------
1111

12-
- python 2.5 (or compatible)
13-
- yajl: http://lloydforge.org/projects/yajl/
12+
- python 2.6 (or compatible)
13+
- yajl (from http://lloydforge.org/projects/yajl/)
14+
15+
To run the tests you also require:
16+
17+
- make (to run `make test`)
18+
- nose (debian package == `python-nose`)
1419

1520
Install
1621
-------
@@ -26,8 +31,5 @@ From within the current directory run::
2631
Usage
2732
-----
2833

29-
The examples directory contains a full featured JSON Parser
30-
built using `yajl` and `yajl-py`. The code also prints some
31-
output to stdout after parsing json from stdin. The printing
32-
is more or less debug messages to show how the parser works.
33-
See `examples/README.rst` for more info.
34+
The examples directory contains a full featured JSON Parsers built
35+
using `yajl` and `yajl-py`. See `examples/README.rst` for more info.

0 commit comments

Comments
 (0)