Installation ============ :pyf:`PyTorch Frame` is available for `Python 3.10` to `Python 3.13` on Linux, Windows and macOS. Installation via PyPI --------------------- .. code-block:: bash pip install pytorch-frame # Install with optional dependencies pip install pytorch-frame[full] Installation from master ------------------------ .. code-block:: bash pip install git+https://github.com/pyg-team/pytorch-frame.git Installation for development ---------------------------- .. code-block:: bash 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]