added message to redirect users

This commit is contained in:
Merwane Hamadi
2023-04-14 11:15:17 -07:00
parent adf7c3ac98
commit 8dbc71da0c

9
scripts/main.py Normal file
View File

@@ -0,0 +1,9 @@
from colorama import init, Style
# Initialize colorama
init(autoreset=True)
# Use the bold ANSI style
print(f"""{Style.BRIGHT}Please run:
python -m autogpt
""")