Skip to content

Commit b9a7b7a

Browse files
committed
README.md: separate PIP and Conda installations
1 parent c10312e commit b9a7b7a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,28 @@ for even more speed!
3333

3434
## Installation
3535

36+
### PIP
37+
3638
```bash
37-
conda install -c conda-forge markdown-it-py
39+
pip install markdown-it-py[plugins]
3840
```
3941

40-
or
42+
or with extras
4143

4244
```bash
43-
pip install markdown-it-py[plugins]
45+
pip install markdown-it-py[linkify,plugins]
46+
```
47+
48+
### Conda
49+
50+
```bash
51+
conda install -c conda-forge markdown-it-py
4452
```
4553

4654
or with extras
4755

4856
```bash
4957
conda install -c conda-forge markdown-it-py linkify-it-py mdit-py-plugins
50-
pip install markdown-it-py[linkify,plugins]
5158
```
5259

5360
## Usage

0 commit comments

Comments
 (0)