diff --git a/README.rst b/README.rst index f02ce9d..227a7a9 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,11 @@ Activate isolated environment. :: VIRTUAL_ENV=$HOME/.virtualenv source $VIRTUAL_ENV/bin/activate +For debugging information, run these commands first. :: + + import logging + logging.basicConfig(level=logging.DEBUG) + Emit. :: from socketIO_client import SocketIO