From da6ff4aec7b3a790bcd1343aa6cc45c6b43ca513 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Sun, 20 Jul 2025 06:30:09 -0400 Subject: [PATCH] added conda installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abcf5cbf..fd7ca28e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ The CloudEvents SDK can be installed with pip: pip install cloudevents ``` +Or alternatively via conda: + +``` +conda install conda-forge::cloudevents +`` + ## Sending CloudEvents Below we will provide samples on how to send cloudevents using the popular