Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 245 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 245 Bytes

Installation

At the command line:

$ easy_install pyramid_sendgrid_webhooks

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv pyramid_sendgrid_webhooks
$ pip install pyramid_sendgrid_webhooks