Skip to content

Commit 199f051

Browse files
authored
Update README.md
1 parent 34411bb commit 199f051

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,20 @@ Built on top of Plotly.js, React and HTTP.jl, [Dash](https://plotly.com/dash/) t
1010

1111
Please ensure that you are using a version of Julia >= 1.2.
1212

13+
To install the most recently released version:
14+
15+
```julia
16+
using Pkg; Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git"))
17+
```
18+
19+
To install the latest (stable) development version instead:
20+
1321
```julia
14-
import Pkg; Pkg.add(Pkg.PackageSpec(url = "https://github.com/plotly/Dash.jl.git"))
22+
using Pkg
23+
Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev="dev"))
24+
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-html-components.git", rev="jl"))
25+
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-core-components.git", rev="jl"))
26+
Pkg.add(PackageSpec(url="https://github.com/plotly/dash-table.git", rev="jl"))
1527
```
1628

1729
## Usage

0 commit comments

Comments
 (0)