Installation

FaKnow is available for Python 3.8 and higher.

Make sure PyTorch(including torch and torchvision) and PyG(including torch_geometric and optional dependencies) are already installed.

  • from pip

pip install faknow
  • from source

git clone https://github.com/NPURG/FaKnow.git && cd FaKnow
pip install -e . --verbose