Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 490 Bytes

installation.rst

File metadata and controls

23 lines (16 loc) · 490 Bytes

Installation

Automatic installation

$ pip install django-tornado-websockets

Manual installation

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

$ 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