docs: add quick section on installing (#127)
Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
This commit is contained in:
parent
8773319279
commit
c61c3c2ce6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue