Installation

The installation of PyGHO requires pytorch>=2.0 and pytorch_geometric>=2.3. Please refer to their official site for the installation.

Once the required versions of PyTorch and PyTorch Geometric are installed, simply run:

$ git clone https://github.com/GraphPKU/PygHO.git
$ cd PygHO
$ pip install -e .

To update PyGHO, simply run

$ git pull