summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2014-07-16 10:10:12 +0900
committerliris <liris.pp@gmail.com>2014-07-16 10:10:12 +0900
commite47ba0b9df954a58937087c928ae26625ecc81ab (patch)
treec7847c0bcd0ef22aa53b44d83cbe13b4ea5fa4db
parentcd88389c5172ee91aa9d68a683eadf21faf1474c (diff)
downloadwebsocket-client-e47ba0b9df954a58937087c928ae26625ecc81ab.tar.gz
- updatev0.16.0
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 91ce655..a097fed 100644
--- a/README.rst
+++ b/README.rst
@@ -25,6 +25,10 @@ This module is tested on Python 2.7 and Python 3.x.
Type "python setup.py install" or "pip install websocket-client" to install.
+.. CAUTION::
+
+ from v0.16.0, we can install by "pip install websocket-client" for python 3.
+
This module depend on
- six