Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ For the remainder we assume that this symlink has been set.
## Getting the Lab to work


You need to install the MathJax context menu first:
You need to install the MathJax context menu and the mhchem parser first:

``` shell
nmp install mj-context-menu
```

Create a symbolic link for the context menu. MathJax expects it to be _in parallel_ to its code.

``` shell
ln -s node_modules/mj-context-menu
npm install mj-context-menu
npm install mhchemparser
npm install speech-rule-engine
```

Then run the lab by loading `v3-lab.html` in your webbrowser via a local
Expand Down
Loading