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 e03d500 commit 3186eebCopy full SHA for 3186eeb
docs/src/index.md
@@ -66,7 +66,7 @@ Here we illustrate how to define, handle and analyse a `MultilayerGraph` (the di
66
```julia
67
# Install necessary tutorial dependencies
68
using Pkg
69
-Pkg.add(["Revise", "Distributions", "SimpleValueGraph",
+Pkg.add(["Revise", "Distributions", "Graphs", "SimpleValueGraphs",
70
"LoggingExtras", "StatsBase", "SimpleWeightedGraphs",
71
"MetaGraphs", "Agents", "MultilayerGraphs"])
72
0 commit comments