# Installation Requires Python >= 3.10 ## Install torch ```bash # Install PyTorch matching your CUDA driver. # Example pip install torch==2.9.1+cu128 --index-url https://download.pytorch.org/whl/cu128 ``` ## From PyPI ```bash pip install sparank ``` ## From source ```bash git clone https://github.com/XiHuYan/SpaRank.git cd SpaRank pip install -e . ```