diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..82f87123 --- /dev/null +++ b/INSTALL @@ -0,0 +1,12 @@ +Pre-requisites: +- Python 3.1 or 2.6 + +Install: +> python3 setup.py install + +Root install: +> sudo python3 setup.py install + +To test: +> cd examples +> python echo_client.py -v -j [USER@example.com] -p [PASSWORD] |