We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f506950 commit 44a0200Copy full SHA for 44a0200
README.md
@@ -4,12 +4,10 @@ Python implementation of [RSocket](http://rsocket.io)
4
5
# Installation
6
7
-The [pypi](https://pypi.org/project/rsocket/) stable package (version 0.2) is very old.
8
-
9
-Currently, the pre-release package can be installed using:
+The latest version from [pypi](https://pypi.org/project/rsocket/) can be installed using:
10
11
```shell
12
-pip install --pre rsocket
+pip install rsocket
13
```
14
15
or install any of the extras:
0 commit comments