diff options
author | Nathan Fritz <fritzy@netflint.net> | 2010-01-20 00:19:30 -0800 |
---|---|---|
committer | Nathan Fritz <fritzy@netflint.net> | 2010-01-20 00:19:30 -0800 |
commit | 986255eefc890263f7a326c53d3094fd5858272a (patch) | |
tree | cafa00a7dd0bbbe5c6122936d4944ec8f68df064 /INSTALL | |
parent | 7a9a86af3d2406ef921ae2d5f8ba7e42eeff973d (diff) | |
download | slixmpp-986255eefc890263f7a326c53d3094fd5858272a.tar.gz slixmpp-986255eefc890263f7a326c53d3094fd5858272a.tar.bz2 slixmpp-986255eefc890263f7a326c53d3094fd5858272a.tar.xz slixmpp-986255eefc890263f7a326c53d3094fd5858272a.zip |
Added readme and install
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..b73b5e5f --- /dev/null +++ b/INSTALL @@ -0,0 +1,8 @@ +Pre-requisites: +Python 3.1 or 2.6 + +Install: +python3 setup.py install + +Root install: +sudo python3 setup.py install |