Installation Guide

This is a guide to install Graphormer. Currently Graphormer supports intallation on Linux only.

Linux

On Linux, Graphormer can be easily installed with the install.sh script with prepared python environments.

  1. Please use Python3.9 for Graphormer. It is recommended to create a virtual environment with conda or virtualenv.

  2. Run the following commands:

git clone --recursive https://github.com/microsoft/Graphormer.git
cd Graphormer
bash install.sh