File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,13 @@ library.
9
9
Dependencies
10
10
------------
11
11
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 `)
14
19
15
20
Install
16
21
-------
@@ -26,8 +31,5 @@ From within the current directory run::
26
31
Usage
27
32
-----
28
33
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.
You can’t perform that action at this time.
0 commit comments