We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cc71c commit aebed47Copy full SHA for aebed47
README.md
@@ -10,14 +10,17 @@ All updates to this module is documented in our [CHANGELOG](https://github.com/s
10
11
# Installation
12
13
+## Prerequisites
14
+
15
+- Python version 2.6, 2.7, 3.4 or 3.5
16
+- The SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-python)
17
18
+## Install Package
19
20
```bash
21
pip install smtpapi
22
```
23
-## Dependencies
-
-- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=smtpapi-python))
24
# Quick Start
25
26
```python
0 commit comments