File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,19 @@ data in real time.
9
9
Installation
10
10
------------
11
11
12
- The current stable release: ::
12
+ The current stable release ::
13
13
14
14
easy_install python-redis-log
15
15
16
- The latest from ` https://github.com/jedp/python-redis-log `_ ::
16
+ The latest from github _ ::
17
17
18
18
git clone git://github.com/jedp/python-redis-log.git
19
19
cd python-redis-log
20
20
python setup.py build
21
21
python setup.py install --prefix=$HOME # for example
22
22
23
+ .. _github : https://github.com/jedp/python-redis-log
24
+
23
25
Requirements
24
26
------------
25
27
@@ -77,6 +79,11 @@ Andrei Savu's `MongoDB logging handler`_.
77
79
78
80
.. _MongoDB logging handler : https://github.com/andreisavu/mongodb-log
79
81
82
+ Contributors
83
+ ------------
84
+
85
+ - `Yannis Leidel `_
80
86
87
+ .. _Yanis Leidel : http://github.com/jezdez
81
88
82
89
You can’t perform that action at this time.
0 commit comments