We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6f9496 + 7aa83b7 commit 45411e5Copy full SHA for 45411e5
README.md
@@ -25,12 +25,7 @@ pkg> add Dash DashCoreComponents DashHtmlComponents DashTable
25
To install the latest (stable) development version instead:
26
27
```julia
28
-using Pkg
29
-Pkg.add(PackageSpec(url="https://github.com/plotly/DashBase.jl.git"))
30
-Pkg.add(PackageSpec(url="https://github.com/plotly/dash-html-components.git", rev="master"))
31
-Pkg.add(PackageSpec(url="https://github.com/plotly/dash-core-components.git", rev="master"))
32
-Pkg.add(PackageSpec(url="https://github.com/plotly/dash-table.git", rev="master"))
33
-Pkg.add(PackageSpec(url="https://github.com/plotly/Dash.jl.git", rev="dev"))
+pkg> add Dash#dev
34
```
35
36
## Usage
0 commit comments