Skip to content

Commit

Permalink
Update installation instructions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Feb 13, 2020
1 parent 58ad837 commit fd18b17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2
name: Myst Parser
type: sphinx

python:
version: 3
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ An extended commonmark compliant parser, with bridges to docutils & sphinx.

## Usage

This parser currently requires the [ExecutableBookProject/mistletoe](https://github.com/ExecutableBookProject/mistletoe)
fork of mistletoe (and the myst branch).

```console
pip install git+https://github.com/ExecutableBookProject/mistletoe.git@myst
pip install -e git+https://github.com/ExecutableBookProject/myst_parser.git#egg=myst_parser[sphinx,code_style,testing]
```

Note, this parser currently requires the [ExecutableBookProject/mistletoe](https://github.com/ExecutableBookProject/mistletoe)
fork of mistletoe (included in the above installation).

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

## Parsed Token Classes
Expand Down

0 comments on commit fd18b17

Please sign in to comment.