Clone the repository
First, clone the Izzy Music Player repository from GitHub:Python environment setup
Izzy uses a Python virtual environment to manage its backend dependencies.Run the setup script
Make the setup script executable and run it to create the Python virtual environment:This script creates a virtual environment named
music_env in the project directory.Install Python dependencies
Install the required Python packages:This installs:
- ytmusicapi (>= 1.7.0)
- yt-dlp (>= 2023.12.30)
- requests (>= 2.31.0)