Skip to content

Commit 31dc1b7

Browse files
doc fixes
1 parent 8441b94 commit 31dc1b7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ Its most relevant features are:
1515

1616
## Installation
1717

18+
GraphNeuralNetworks.jl is a registered julia package.
19+
You can easily install it through the package manager:
20+
1821
```julia
19-
]add GraphNeuralNetworks
22+
julia> ]
23+
24+
pkg> add GraphNeuralNetworks
2025
```
2126

2227
## Usage
2328

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

Comments
 (0)