From 08d167b5b0df81470c325c81ccfb2f2518b300c1 Mon Sep 17 00:00:00 2001 From: Daniil Gusev Date: Tue, 24 Sep 2024 11:33:19 +0200 Subject: [PATCH] Update README.md (#514) Add conda install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 42c6253ab..6320a2395 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ Use Quix Streams to build simple Kafka producer/consumer applications or leverag ### Install Quix Streams ```shell +# PyPI python -m pip install quixstreams + +# or conda +conda install -c conda-forge quixio::quixstreams ``` #### Requirements