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']