docs: add quick section on installing (#127)

Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
This commit is contained in:
Grant Timmerman 2020-10-23 02:03:45 -05:00 committed by GitHub
parent 8773319279
commit c61c3c2ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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