You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,15 @@ Its most relevant features are:
15
15
16
16
## Installation
17
17
18
+
GraphNeuralNetworks.jl is a registered julia package.
19
+
You can easily install it through the package manager:
20
+
18
21
```julia
19
-
]add GraphNeuralNetworks
22
+
julia> ]
23
+
24
+
pkg> add GraphNeuralNetworks
20
25
```
21
26
22
27
## Usage
23
28
24
-
Usage examples can be found in the [examples](https://github.com/CarloLucibello/GraphNeuralNetworks.jl/tree/master/examples) folder.
29
+
Usage examples can be found in the [examples](https://github.com/CarloLucibello/GraphNeuralNetworks.jl/tree/master/examples) folder. Also, make sure to read the [documentation](https://CarloLucibello.github.io/GraphNeuralNetworks.jl/dev) for a comprehensive introduction to the library.
0 commit comments