Installation
============

Automatic installation
----------------------

.. code-block:: bash

    $ pip install django-tornado-websockets

Manual installation
-------------------

Clone this repo and run installation with ``pip`` or ``setup.py install``:

.. code-block:: bash

    $ git clone https://github.com/Kocal/django-tornado-websockets.git
    $ cd django-tornado-websockets
    # Installation with pip
    $ pip install -e .
    # or with setup.py
    $ python setup.py install
