aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeremy Cohen2014-06-16 16:03:58 -0700
committerGeremy Cohen2014-06-16 16:03:58 -0700
commitf46d2069d62cf76242bdc8a92a086b81b874a947 (patch)
tree90cfcbb8c65c0d73766372f37df51d2010306692
parent03343820fc654ca761b73f917df17269f29c24ae (diff)
downloadpubnub-python-f46d2069d62cf76242bdc8a92a086b81b874a947.tar.bz2
Update README.md
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index b23199c..0f9bf01 100644
--- a/README.md
+++ b/README.md
@@ -7,23 +7,27 @@
```
pip install pubnub==3.5.0
```
+Examples and instructions for the SDK are available in their acompanying README.md, migration.md and examples directories under their specific platform directories:
+
+[Standalone Python - Everyday python for your scripts and apps](python)
+
+[Tornado - For use with the Python Tornado Framework](python-tornado)
+
+[Twisted - For use with the Python Twisted Framework](python-twisted)
## Migration and Reversion
-If you prefer to use the previous version of PubNub, run this pip commandline to revert
+If you need to revert to the previous version of PubNub, run this commandline:
```
pip install pubnub==3.3.5
```
-Examples and instructions for migrating from older versions of the SDK are available in their acompanying README.md, migration.md and examples directories under specific platforms.
+Migration information for the SDK are available in their migration.md under their specific platform directories:
-[Standalone Python - Everyday python for your scripts and apps](python)
Migration docs for Python Standalone are [found here.](python/migration.md)
-[Tornado - For use with the Python Tornado Framework](python-tornado)
Migration docs for Tornado are [found here.](python-tornado/migration.md)
-[Twisted - For use with the Python Twisted Framework](python-twisted)
Migration docs for Twisted [found here.](python-twisted/migration.md)
## Pubnub Console