Skip to content

Commit

Permalink
prepare for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Jun 2, 2019
1 parent 731d837 commit 580debc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Client component accepts TCP connections and forwards them to server component v
With basic Python event loop:

```
pip3 install .
pip3 install chunk-nordic
```

With high performance uvloop event loop:

```
pip3 install '.[uvloop]'
pip3 install chunk-nordic[uvloop]
```

## Synopsis
Expand Down

0 comments on commit 580debc

Please sign in to comment.