Skip to content

Commit 165536e

Browse files
committed
Add conda distribution to README
1 parent ed4680d commit 165536e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Github-DI][github-ci]][github-link]
44
[![Coverage Status][cov-badge]][cov-link]
55
[![PyPI][pypi-badge]][pypi-link]
6+
[![Conda][conda-badge]][conda-link]
67
[![Code style: black][black-badge]][black-link]
78

89
> Markdown parser done right. Fast and easy to extend.
@@ -48,6 +49,12 @@ It is very simple to write complimentary extensions for both language implementa
4849

4950
## Install
5051

52+
```bash
53+
conda install -c conda-forge markdown-it-py
54+
```
55+
56+
or
57+
5158
```bash
5259
pip install markdown-it-py
5360
```
@@ -182,6 +189,8 @@ CommonMark spec and reference implementations.
182189
[github-link]: https://github.com/ExecutableBookProject/markdown-it-py
183190
[pypi-badge]: https://img.shields.io/pypi/v/markdown-it-py.svg
184191
[pypi-link]: https://pypi.org/project/markdown-it-py
192+
[conda-badge]: https://anaconda.org/conda-forge/markdown-it-py/badges/version.svg
193+
[conda-link]: https://anaconda.org/conda-forge/markdown-it-py
185194
[cov-badge]: https://coveralls.io/repos/github/ExecutableBookProject/markdown-it-py/badge.svg?branch=master
186195
[cov-link]: https://coveralls.io/github/ExecutableBookProject/markdown-it-py?branch=master
187196
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg

0 commit comments

Comments
 (0)