Skip to content

Commit 0cea33d

Browse files
authored
Also add linkify to pip install command in README
See <executablebooks#792>
1 parent 330e96a commit 0cea33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Or for package development:
3838
git clone https://github.com/executablebooks/MyST-Parser
3939
cd MyST-Parser
4040
git checkout master
41-
pip install -e .[code_style,testing,rtd]
41+
pip install -e .[code_style,linkify,testing,rtd]
4242
```
4343

4444
To use the MyST parser in Sphinx, simply add: `extensions = ["myst_parser"]` to your `conf.py`.

0 commit comments

Comments
 (0)