Skip to content

Commit

Permalink
Add installation instructions (fixes #74)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 18, 2015
1 parent 588406b commit 07ef611
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Flask-SocketIO

Socket.IO integration for Flask applications.

Installation
------------

You can install this package as usual with pip:

pip install flask-socketio

Example
-------

Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ client-side application can use the `SocketIO <http://socket.io>`_ Javascript
library or any compatible client to establish a permanent connection to the
server.

Installation
------------

You can install this package in the usual way using ``pip``::

pip install flask-socketio

Requirements
------------

Expand Down

0 comments on commit 07ef611

Please sign in to comment.