Skip to content

Commit c61c3c2

Browse files
grantdi
andauthored
docs: add quick section on installing (#127)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent 8773319 commit c61c3c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ This SDK current supports the following versions of CloudEvents:
1616

1717
Package **cloudevents** provides primitives to work with CloudEvents specification: https://github.com/cloudevents/spec.
1818

19+
### Installing
20+
21+
The CloudEvents SDK can be installed with pip:
22+
23+
```
24+
pip install cloudevents
25+
```
26+
1927
## Sending CloudEvents
2028

2129
Below we will provide samples on how to send cloudevents using the popular

0 commit comments

Comments
 (0)