From 286391c8c237340429fbdd4d0a8f5fab796bdca4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 21 Mar 2025 22:28:44 +0100 Subject: Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09eda95..9718618 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # Rivulet -Lightweight asynchronous data streams +Lightweight asynchronous data streams. + +## Installation + +Package is not currently published, use directly from source: + +```bash +$ uv add git+https://github.com/yuvadm/rivulet.git +``` + +## Usage ```python from rivulet import Pipeline, Batch -- cgit v1.3.1