Skip to content

Commit 44a0200

Browse files
author
Gabriel Shaar
authored
Update README.md
1 parent f506950 commit 44a0200

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ Python implementation of [RSocket](http://rsocket.io)
44

55
# Installation
66

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:
7+
The latest version from [pypi](https://pypi.org/project/rsocket/) can be installed using:
108

119
```shell
12-
pip install --pre rsocket
10+
pip install rsocket
1311
```
1412

1513
or install any of the extras:

0 commit comments

Comments
 (0)