aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDevendra2014-06-17 04:02:02 +0530
committerDevendra2014-06-17 04:02:02 +0530
commitad6940a700748a6e432002f439a11c6f31e149dc (patch)
tree6ccc9fa51b93c1398b824c52bd7a7a4608a11ec2 /README.md
parent0c90b0ce532d01e3a2232a8416362923bb76f3f5 (diff)
downloadpubnub-python-ad6940a700748a6e432002f439a11c6f31e149dc.tar.bz2
readme changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c1741c..b65f6d0 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,12 @@
pip install pubnub==3.5.0
```
+If you prefer to use the previous version of PubNub, run this pip commandline to revert
+```
+pip install pubnub==3.3.5
+```
+
+
Examples and instructions for migrating from older versions of sdk are available in
README.md, migration.md and examples directories under specific platforms.