mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 16:04:21 +01:00
added message to redirect users
This commit is contained in:
9
scripts/main.py
Normal file
9
scripts/main.py
Normal 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
|
||||||
|
""")
|
||||||
Reference in New Issue
Block a user