From c61c3c2ce66d74da174ac893b5b05668367bc36d Mon Sep 17 00:00:00 2001 From: Grant Timmerman <744973+grant@users.noreply.github.com> Date: Fri, 23 Oct 2020 02:03:45 -0500 Subject: [PATCH] docs: add quick section on installing (#127) Co-authored-by: Dustin Ingram --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e41b7a3..9d41bd2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ This SDK current supports the following versions of CloudEvents: Package **cloudevents** provides primitives to work with CloudEvents specification: https://github.com/cloudevents/spec. +### Installing + +The CloudEvents SDK can be installed with pip: + +``` +pip install cloudevents +``` + ## Sending CloudEvents Below we will provide samples on how to send cloudevents using the popular