Installation
2. Installation
Standard Installation
You can install the standard version of PolySolve from PyPI using pip:
pip install polysolve
CUDA Accelerated Installation
To enable GPU acceleration, you need a compatible NVIDIA GPU with the CUDA toolkit installed, as well as the cupy
library. You can install PolySolve with the CUDA extras, which will automatically handle the cupy
dependency:
pip install "polysolve[cuda12]"