aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordevendram2014-06-17 02:52:36 +0530
committerdevendram2014-06-17 02:52:36 +0530
commitb51ccae596536c3d0fd3401c46f387e0fa2ee358 (patch)
tree68f275f7d0a1061d4a391ea5e3e7d92596b99cb8 /README.md
parentc731ae584de53da55ed799f8fd59bff10b9b9b72 (diff)
downloadpubnub-python-b51ccae596536c3d0fd3401c46f387e0fa2ee358.tar.bz2
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..05d6097
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+
+##PubNub Python-based APIs for core Python, Twisted, and Tornado
+
+### PubNub 3.5.0 Web Data Push Cloud-hosted API
+#### www.pubnub.com - PubNub Web Data Push Service in the Cloud.
+#### http://github.com/pubnub/python
+
+
+#### Installation
+pip install pubnub==3.5.0
+
+Examples are available in README and examples directories under specific
+platforms.
+
+### Pubnub Console
+Pubnub console is a command line app which allows you to do various
+pubnub operations like publish, subscribe, getting history, here now,
+presence etc from command line
+
+#### Installation
+
+pip install pubnub-console