Installation
PyTorch Frame is available for Python 3.9 to Python 3.13 on Linux, Windows and macOS.
Installation via PyPI
pip install pytorch-frame
# Install with optional dependencies
pip install pytorch-frame[full]
Installation from master
pip install git+https://github.com/pyg-team/pytorch-frame.git
Installation for development
git clone https://github.com/pyg-team/pytorch-frame.git
cd pytorch-frame
pip install -e .[dev]
# Install with optional dependencies
pip install -e .[dev,full]