### Installing Quest Voiceover CLI Dependencies - Bash Source: https://github.com/kevinedry/runelite-quest-voiceover/blob/main/README.md These commands set up the Python virtual environment using Poetry, install the required project dependencies, and copy the example environment file for configuration. ```Bash poetry shell poetry install cp .env.example .env ``` -------------------------------- ### Running Quest Voiceover Generation CLI - Bash Source: https://github.com/kevinedry/runelite-quest-voiceover/blob/main/README.md This command executes the main Python script to launch the interactive command-line interface for generating quest voiceovers using the configured ElevenLabs account. ```Bash python cli-main.py ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.