Skip to content

Commit

Permalink
馃摎 Add linkify dependency to contributing docs. (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcole committed Jul 20, 2023
1 parent 5f03f5c commit 350c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install `myst-parser` for development, take the following steps:
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]
```

## Code Style
Expand Down

0 comments on commit 350c633

Please sign in to comment.