aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+```