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(