Installation#

Visisipy can be installed through pip:

pip install visisipy

To use Torch for GPU-accelerated ray tracing, you need to install the torch package:

pip install visisipy[torch]

GPU acceleration is only available for the Optiland backend.