From b795bfc7b2224fb9da17ac47fff43b5d1588e6ca Mon Sep 17 00:00:00 2001 From: kingbri Date: Sat, 3 Aug 2024 15:14:40 -0400 Subject: [PATCH] Start: Split some prints up Newlines can be helpful at times. Signed-off-by: kingbri --- start.py | 1 + 1 file changed, 1 insertion(+) diff --git a/start.py b/start.py index f38fa41..54c70b5 100644 --- a/start.py +++ b/start.py @@ -203,6 +203,7 @@ if __name__ == "__main__": install_command = f"pip install -U .{features}" print(f"Running install command: {install_command}") subprocess.run(install_command.split(" ")) + print("\n") if args.update_deps: print(