aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordevendram2014-06-17 02:53:13 +0530
committerdevendram2014-06-17 02:53:13 +0530
commit8b3a1cd7df862cad948020caf19b6d4e400628ec (patch)
tree1b37c1868712ea406676801411a56f05e8c76c12
parentb51ccae596536c3d0fd3401c46f387e0fa2ee358 (diff)
downloadpubnub-python-8b3a1cd7df862cad948020caf19b6d4e400628ec.tar.bz2
Update README.md
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05d6097..4cdd05c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@
#### Installation
+```
pip install pubnub==3.5.0
+```
Examples are available in README and examples directories under specific
platforms.
@@ -18,5 +20,6 @@ pubnub operations like publish, subscribe, getting history, here now,
presence etc from command line
#### Installation
-
+```
pip install pubnub-console
+```