mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 23:14:25 +01:00
formatting
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from colorama import init, Style
|
||||
from colorama import Style, init
|
||||
|
||||
# Initialize colorama
|
||||
init(autoreset=True)
|
||||
|
||||
# Use the bold ANSI style
|
||||
print(f"""{Style.BRIGHT}Please run:
|
||||
print(
|
||||
f"""{Style.BRIGHT}Please run:
|
||||
python -m autogpt
|
||||
""")
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user