Skip to content

Commit

Permalink
Updated CONTRIBUTING.md on how to install katex (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jan 28, 2022
1 parent aa9e1a0 commit 6d83dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ pip install -r requirements.txt

[Katex](https://katex.org/) is also needed to build the documentation.
To install katex, you need to have [nodejs](https://nodejs.org/en/) installed.
Optionaly, we can install `nodejs/npm` using conda: `conda install nodejs`.
Then you can install katex with [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/) (if installed).

```bash
Expand Down

0 comments on commit 6d83dd7

Please sign in to comment.