Merge pull request #38 from astewart-twist/develop
Update README.md
Showing
1 changed file
with
12 additions
and
0 deletions
... | @@ -33,6 +33,18 @@ your function on. | ... | @@ -33,6 +33,18 @@ your function on. |
33 | If you need to make changes, kappa will allow you to easily update your Lambda | 33 | If you need to make changes, kappa will allow you to easily update your Lambda |
34 | function with new code or update your event sources as needed. | 34 | function with new code or update your event sources as needed. |
35 | 35 | ||
36 | +Installation | ||
37 | +------------ | ||
38 | + | ||
39 | +The quickest way to get kappa is to install the latest stable version via pip: | ||
40 | + | ||
41 | + pip install kappa | ||
42 | + | ||
43 | +Or for the development version: | ||
44 | + | ||
45 | + pip install git+https://github.com/garnaat/kappa.git | ||
46 | + | ||
47 | + | ||
36 | Getting Started | 48 | Getting Started |
37 | --------------- | 49 | --------------- |
38 | 50 | ... | ... |
-
Please register or login to post a comment