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. For example, to create and activate a conda environment with Python3.9

conda create -n graphormer python=3.9
conda activate graphormer
  1. Run the following commands:

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