Skip to content

Commit 3a91dec

Browse files
committed
Document optional html dependencies in install docs and README
1 parent 8d5812a commit 3a91dec

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and more:
2525
* DKIM signature
2626
* Render body from template
2727
* Flask extension and Django integration
28-
* Message body transformation methods
28+
* HTML transformation with CSS inlining (``pip install emails[html]``)
2929
* Load message from url or from file
3030

3131
|

docs/install.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ Install from pypi:
77
.. code-block:: bash
88
99
$ pip install emails
10+
11+
This installs the lightweight core for building and sending email messages.
12+
13+
To use HTML transformation features (CSS inlining, image embedding, loading from URL/file):
14+
15+
.. code-block:: bash
16+
17+
$ pip install emails[html]

0 commit comments

Comments
 (0)