Start: Split some prints up
Newlines can be helpful at times. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
65e758e134
commit
b795bfc7b2
1 changed files with 1 additions and 0 deletions
1
start.py
1
start.py
|
|
@ -203,6 +203,7 @@ if __name__ == "__main__":
|
||||||
install_command = f"pip install -U .{features}"
|
install_command = f"pip install -U .{features}"
|
||||||
print(f"Running install command: {install_command}")
|
print(f"Running install command: {install_command}")
|
||||||
subprocess.run(install_command.split(" "))
|
subprocess.run(install_command.split(" "))
|
||||||
|
print("\n")
|
||||||
|
|
||||||
if args.update_deps:
|
if args.update_deps:
|
||||||
print(
|
print(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue