Convert images to WEBP and Download Create a virtual environment python3 -m venv venv Activate the virtual environment source venv/bin/activate Install dependencies pip install -r requirements.txt Run the script python main.py Deactivate the virtual environment deactivate