diff options
| author | Geremy Cohen | 2014-06-16 15:56:03 -0700 | 
|---|---|---|
| committer | Geremy Cohen | 2014-06-16 15:56:03 -0700 | 
| commit | f14b2fc84d1313d95c9a35be0c327d851ac99dc6 (patch) | |
| tree | 3591a9870701f7fcedf978653a0273041698625b | |
| parent | 391a87882310a7db681f3b976fe60b7781c493be (diff) | |
| download | pubnub-python-f14b2fc84d1313d95c9a35be0c327d851ac99dc6.tar.bz2 | |
Update README.md
| -rw-r--r-- | README.md | 8 | 
1 files changed, 5 insertions, 3 deletions
| @@ -3,7 +3,6 @@  #### [PubNub](http://www.pubnub.com) Real-time Data Network  ##### Clients for Python, including Twisted and Tornado -  ## Installation  ```  pip install pubnub==3.5.0 @@ -19,10 +18,13 @@ Examples and instructions for migrating from older versions of sdk are available  README.md, migration.md and examples directories under specific platforms.  [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](tornado) +[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](twisted) +[Twisted - For use with the Python Twisted Framework](python-twisted) +Migration docs for Twisted [found here.](python-twisted/migration.md)  ## Pubnub Console  Pubnub console is a command line app which allows you to do various  | 
