diff --git a/README.rst b/README.rst index 2e41385..9595360 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,14 @@ Elegant WebSockets for your Flask apps. Serving WebSockets in Python was really difficult. Now it's not. +Installation +------------ + +To install Flask-Sockets, simply:: + + $ pip install Flask-Sockets + + Deployment ----------