From 4d87de8a0cfad487840c5cd1c38b8d97fb32ee91 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Tue, 30 May 2023 01:20:40 +0530 Subject: [PATCH] be nice --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index df34d56..dac91ad 100644 --- a/run.py +++ b/run.py @@ -3,7 +3,7 @@ import shutil import core.globals if not shutil.which('ffmpeg'): - print('ffmpeg is not installed. Read the docs you idiot.\n' * 10) + print('ffmpeg is not installed. Read the docs: https://github.com/s0md3v/roop#installation.\n' * 10) quit() if '--gpu' not in sys.argv: core.globals.providers = ['CPUExecutionProvider']