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.
1 parent 0a9e25f commit 7aa83b7Copy full SHA for 7aa83b7
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