Skip to content

Commit bc4ea86

Browse files
committed
Add a note about installing Markups with pip
Fixes #21.
1 parent ea173e2 commit bc4ea86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This module provides a wrapper around various text markup languages.
1313
Available by default are Markdown_, reStructuredText_, Textile_ and AsciiDoc_,
1414
but you can easily add your own markups.
1515

16+
To install Markups, specify the list of markups you want to include, e.g.::
17+
18+
pip install Markups[markdown,restructuredtext]
19+
1620
Usage example:
1721

1822
.. code:: python

0 commit comments

Comments
 (0)