Skip to content

Commit

Permalink
added message to redirect users
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Apr 14, 2023
1 parent adf7c3a commit 8dbc71d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/main.py
Original file line number Diff line number Diff line change
@@ -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
""")

0 comments on commit 8dbc71d

Please sign in to comment.