Skip to content

Commit 3790dfb

Browse files
updated readme for reaxtivex extension
1 parent ff6dff3 commit 3790dfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ pip install rsocket
1212

1313
or install any of the extras:
1414

15-
* rx
15+
* rx (RxPy3)
16+
* reactivex (RxPy4)
1617
* aiohttp
1718
* quart
1819
* uic
1920

2021
Example:
2122

2223
```shell
23-
pip install --pre rsocket[rx]
24+
pip install --pre rsocket[reactivex]
2425
```
2526

2627
Alternatively, download the source code, build a package:

0 commit comments

Comments
 (0)