Install

SATGL works with the following operating systems:

  • Ubuntu 18.04

Python environment requirments

1. Python environment (Optional): We recommend using Conda package manager

conda create -n satgl python=3.9
source activate satgl

2. Pytorch: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:

pip install torch torchvision torchaudio

3. DGL: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:

pip install dgl -f https://data.dgl.ai/wheels/repo.html

4. Install satgl:

  • install from source