git.fiddlerwoaroof.com
Browse code

Edited README.markdown via GitHub

fiddlerwoaroof authored on 01/06/2011 02:20:12
Showing 1 changed files
... ...
@@ -2,6 +2,11 @@ A JSON-RPC 2.0 implementation for Python (Python 3 not supported yet)
2 2
 
3 3
 
4 4
 ## Getting Started
5
+### Installing the librarary:
6
+
7
+    % python setup.py install
8
+
9
+  Alternatively, one can use the following commands from the directory which contains the 'setup.py' file.
5 10
 
6 11
 ### Start the Server:
7 12