Start: Split some prints up

Newlines can be helpful at times.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-08-03 15:14:40 -04:00
parent 65e758e134
commit b795bfc7b2

View file

@ -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(