From 0cea33d84a3eb766e9a74ca1dc7a0afa8bdd0985 Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Mon, 1 Jan 2024 19:33:39 +0100 Subject: [PATCH] Also add linkify to pip install command in README See --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874badaa..634d1f02 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Or for package development: git clone https://github.com/executablebooks/MyST-Parser cd MyST-Parser git checkout master -pip install -e .[code_style,testing,rtd] +pip install -e .[code_style,linkify,testing,rtd] ``` To use the MyST parser in Sphinx, simply add: `extensions = ["myst_parser"]` to your `conf.py`.