Skip to content

Commit 5f5db8a

Browse files
committed
Add installation GNNGraphs
1 parent 1400ba6 commit 5f5db8a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

GNNGraphs/docs/src/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,16 @@ It supports three types of graphs:
1212

1313

1414

15-
This package depends on the package [Graphs.jl] (https://github.com/JuliaGraphs/Graphs.jl).
15+
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

Comments
 (0)