diff options
| author | devendram | 2014-06-17 02:53:13 +0530 | 
|---|---|---|
| committer | devendram | 2014-06-17 02:53:13 +0530 | 
| commit | 8b3a1cd7df862cad948020caf19b6d4e400628ec (patch) | |
| tree | 1b37c1868712ea406676801411a56f05e8c76c12 | |
| parent | b51ccae596536c3d0fd3401c46f387e0fa2ee358 (diff) | |
| download | pubnub-python-8b3a1cd7df862cad948020caf19b6d4e400628ec.tar.bz2 | |
Update README.md
| -rw-r--r-- | README.md | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -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 +``` | 
