1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mochitest/pywebsocket/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +Install this package by: 1.5 +$ python setup.py build 1.6 +$ sudo python setup.py install 1.7 + 1.8 +If you're going to use this package as a normal user, run this instead: 1.9 +$ python setup.py install --user 1.10 + 1.11 +Then read document by: 1.12 +$ pydoc mod_pywebsocket