Skip to content

Commit

Permalink
Merge pull request #6 from lionellloh/fix/dependencies
Browse files Browse the repository at this point in the history
Fix/dependencies
  • Loading branch information
lionellloh committed Oct 20, 2020
2 parents b0edab0 + 06390ed commit a0579c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# realtime-py
Python Client Library to interface with the Phoenix Realtime Server

## Requirements
**Python 3 higher**

## Installation
```bash
pip3 install realtime_py==0.1.1a0
```

## Installation from source
```bash
pip3 install -r requirements.txt
python3 usage.py

```

## Quick Start
```python
from realtime_py.connection import Socket
Expand All @@ -30,9 +40,4 @@ if __name__ == "__main__":
s.listen()
```

## Installation from source
```bash
pip3 install -r requirements.txt
python3 usage.py

```
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dataclasses==0.6
websockets==8.1

0 comments on commit a0579c4

Please sign in to comment.