aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGeremy Cohen2014-06-16 14:38:03 -0700
committerGeremy Cohen2014-06-16 14:38:03 -0700
commit8f3330cf211a1bfeb82fd92a028158320e492fdd (patch)
tree8b62c9e7f03c672798dc4be0143e719aac5d8c76 /README.md
parent9557b3b2f25dae7651d2f64d4378f4a41c459ac4 (diff)
downloadpubnub-python-8f3330cf211a1bfeb82fd92a028158320e492fdd.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9b92a26..cf595a4 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-##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 Clients for Python, including Twisted and Tornado
-### PubNub 3.5.0 Web Data Push Cloud-hosted API
-#### www.pubnub.com - PubNub Web Data Push Service in the Cloud.
-
-#### Installation
+## Installation
```
pip install pubnub==3.5.0
```
@@ -13,16 +11,17 @@ pip install pubnub==3.5.0
Examples and instructions for migrating from older versions of sdk are available in
README.md, migration.md and examples directories under specific platforms.
-[Base Python - Everyday python for your scripts and apps](python)
+Base Python - Everyday python for your scripts and apps](python)
+
[Tornado - For use with the Python Tornado Framework](tornado)
+
[Twisted - For use with the Python Twisted Framework](twisted)
-### Pubnub Console
+## 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
```