Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ We appreciate your continued support, thank you!
* [License](#license)

<a name="installation"></a>

# Installation

## Prerequisites
Expand All @@ -47,7 +48,7 @@ We appreciate your continued support, thank you!

## Setup Environment Variables

Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example:
Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) (more info [here](https://sendgrid.com/docs/User_Guide/Settings/api_keys.html)), for example:

```bash
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
Expand All @@ -67,6 +68,7 @@ pip install sendgrid

- [Python-HTTP-Client](https://github.com/sendgrid/python-http-client)


<a name="quick-start"></a>
# Quick Start

Expand Down