Skip to content

Commit

Permalink
DOC: add note about #83 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon authored Dec 19, 2016
1 parent b1ea567 commit 6901868
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ Check out the [docs](http://spencerlyon.com/PlotlyJS.jl/)!


[_plotlyjs]: https://plot.ly/javascript

## Installation

If you intend to use the [Electron display](http://spencerlyon.com/PlotlyJS.jl/syncplots/#electronplot) or any of its features (recommended) you will need to enter the following at the Julia REPL:

```julia
using Blink
Blink.AtomShell.install()
```

Note that this is a one time process.

Also, if you have issues building this package because of installation of the MbedTLS package please see [this issue](https://github.com/spencerlyon2/PlotlyJS.jl/issues/83).


0 comments on commit 6901868

Please sign in to comment.