Skip to content

Commit

Permalink
README: tip on installing latest rc
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 19, 2024
1 parent 7830265 commit 866676e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ A `Stream[T]` decorates an `Iterable[T]` with a **fluent interface** enabling th
pip install streamable
```

> [!TIP]
> To install the latest release candidate: `pip install streamable==1.4.0-rc4`

## 2. import
```python
from streamable import Stream
Expand Down

0 comments on commit 866676e

Please sign in to comment.