diff -r 000000000000 -r 6474c204b198 testing/mochitest/pywebsocket/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/mochitest/pywebsocket/README Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,9 @@ +Install this package by: +$ python setup.py build +$ sudo python setup.py install + +If you're going to use this package as a normal user, run this instead: +$ python setup.py install --user + +Then read document by: +$ pydoc mod_pywebsocket