From ad09d144be8d231c3f918b9d482fd2297e1fbcdd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Sep 2013 22:53:42 -0400 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ----------