Skip to content

Commit 6848c9c

Browse files
authored
Update README.md
1 parent 85f8059 commit 6848c9c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
WebSocket for Python (ws4py)
2-
============================
1+
# WebSocket for Python (ws4py)
32

43
[![Gitter](https://badges.gitter.im/Lawouach/WebSocket-for-Python.svg)](https://gitter.im/Lawouach/WebSocket-for-Python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
54
[![Build Status](https://travis-ci.org/Lawouach/WebSocket-for-Python.svg?branch=master)](https://travis-ci.org/Lawouach/WebSocket-for-Python)
5+
[![PyPI](https://img.shields.io/pypi/v/ws4py.svg)](https://pypi.org/project/ws4py/)
66

77
Python library providing an implementation of the WebSocket protocol defined in [RFC 6455](http://tools.ietf.org/html/rfc6455).
88

9-
**Important:** This project [looks for a new lovely caring maintainer](http://www.defuze.org/archives/409-ws4py-is-eager-for-a-new-maintainer.html).
10-
119
Read the [documentation](https://ws4py.readthedocs.org/en/latest/) for more information.
1210

1311
You can also join the [ws4py mailing-list](http://groups.google.com/group/ws4py) to discuss the library.
12+
13+
## Installation
14+
15+
```
16+
pip install ws4py
17+
```

0 commit comments

Comments
 (0)