Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 75c61df

Browse files
committed
add installation
1 parent d51e90c commit 75c61df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ GitHub issues often contain a large stack trace, or a large table with data. Th
3131

3232
This parser works by converting markdown to HTML then converting the HTML (along with some of the HTML tags, in certain cases) to text.
3333

34+
35+
# Installation
36+
37+
`pip install mdparse`
38+
3439
# Examples
3540

3641
See [/notebooks/Demo.ipynb](/notebooks/Demo.ipynb) for an example of the transformations this parser does on a markdown file.

0 commit comments

Comments
 (0)