### Installing matvis Python Package Source: https://github.com/hera-team/matvis/blob/main/README.rst This command installs the `matvis` library using pip, the Python package installer. It provides the core functionality for visibility simulation on CPU. ```Shell pip install matvis ``` -------------------------------- ### Installing matvis with GPU Support Source: https://github.com/hera-team/matvis/blob/main/README.rst This command installs the `matvis` library along with its GPU-specific dependencies. This allows the simulator to leverage GPU acceleration for faster computations. ```Shell pip install matvis[gpu] ``` -------------------------------- ### Setting up Pre-commit Hooks for matvis Development Source: https://github.com/hera-team/matvis/blob/main/README.rst This command installs the pre-commit hooks configured for the `matvis` repository. These hooks automate code quality checks and formatting before commits, ensuring consistent code style. ```Shell pre-commit install ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.