Skip to content

Commit a7dac68

Browse files
Added installation note
1 parent 2303a46 commit a7dac68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,13 @@ Feel free to join our weekly online tutorial! For more details, have a look at t
4444

4545
* Tutorial16: [Special guest talk - Matthias Fey](https://youtu.be/MA6VH7Vwtb4) - [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AntonioLonga/PytorchGeometricTutorial/blob/main/Tutorial16/Tutorial16.ipynb)
4646

47+
### Installation of PyG:
48+
In order to have running notebooks in Colab, we use the following installation commands:
49+
```
50+
!pip install torch-scatter -f https://data.pyg.org/whl/torch-1.9.0+cu111.html
51+
!pip install torch-sparse -f https://data.pyg.org/whl/torch-1.9.0+cu111.html
52+
!pip install torch-geometric
53+
```
54+
These version are tested and running in Colab. If instead you run the notebooks on your machine, have a look at the PyG's [installation instructions](https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html) to find suitable versions.
55+
56+

0 commit comments

Comments
 (0)