### Install pyra2yr using pip Source: https://github.com/shmocz/pyra2yr/blob/main/README.md Install the pre-built wheel for pyra2yr using pip. This is the recommended method for quick installation. ```bash pip install -U https://github.com/shmocz/pyra2yr/releases/download/v0.3.0/pyra2yr-0.3.0-py3-none-any.whl ``` -------------------------------- ### Build Docker images for pyra2yr Source: https://github.com/shmocz/pyra2yr/blob/main/README.md Build the necessary Docker images for multi-game test environments using Docker Compose. Ensure Docker and Docker Compose are installed. ```bash docker compose build ``` -------------------------------- ### Run pyra2yr tests with environment variables Source: https://github.com/shmocz/pyra2yr/blob/main/README.md Run pyra2yr unit tests with specific environment variables enabled. This example demonstrates enabling Syringe and X11 support for testing. ```bash USE_SYRINGE=y USE_X11=y python -m unittest ``` -------------------------------- ### Run pyra2yr tests Source: https://github.com/shmocz/pyra2yr/blob/main/README.md Execute the unit tests for pyra2yr in a suitable Python environment. This command discovers and runs tests using the unittest module. ```bash python -m unittest ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.