Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
d98d275b6b
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -1,2 +1,18 @@
 # Auto-GPT
 
+
+```
+git clone https://github.com/Torantulino/Auto-GPT.git
+cd Auto-GPT
+pip install -r requirements.txt
+
+# 命令行模式
+python -m autogpt
+
+# 语音模式
+python -m autogpt --speak
+```
+
+
+
+