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 1400ba6 commit 5f5db8aCopy full SHA for 5f5db8a
GNNGraphs/docs/src/index.md
@@ -12,4 +12,16 @@ It supports three types of graphs:
12
13
14
15
-This package depends on the package [Graphs.jl] (https://github.com/JuliaGraphs/Graphs.jl).
+This package depends on the package [Graphs.jl] (https://github.com/JuliaGraphs/Graphs.jl).
16
+
17
18
19
+## Installation
20
21
+The package can be installed with the Julia package manager.
22
+From the Julia REPL, type `]` to enter the Pkg REPL mode and run:
23
24
+```julia
25
+pkg> add GNNGraphs
26
+```
27
0 commit comments