Tuchuanhuhuhu commited on
Commit
75a2593
·
1 Parent(s): 6062e3e

更加详细的安装说明

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -63,6 +63,8 @@
63
  ```
64
  或者,点击网页右上角的 `Download ZIP`,下载并解压完成后进入文件夹,进入`终端`或`命令提示符`。
65
 
 
 
66
  <img width="200" alt="downloadZIP" src="https://user-images.githubusercontent.com/23137268/223696317-b89d2c71-c74d-4c6d-8060-a21406cfb8c8.png">
67
 
68
  2. **填写API密钥**
@@ -101,6 +103,8 @@
101
 
102
  3. **安装依赖**
103
 
 
 
104
  ```shell
105
  pip install -r requirements.txt
106
  ```
@@ -117,6 +121,8 @@
117
 
118
  4. **启动**
119
 
 
 
120
  ```shell
121
  python ChuanhuChatbot.py
122
  ```
 
63
  ```
64
  或者,点击网页右上角的 `Download ZIP`,下载并解压完成后进入文件夹,进入`终端`或`命令提示符`。
65
 
66
+ 如果你使用Windows,应该在文件夹里按住`shift`右键,选择“在终端中打开”。如果没有这个选项,选择“在此处打开Powershell窗口”。如果你使用macOS,可以在Finder底部的路径栏中右键当前文件夹,选择`服务-新建位于文件夹位置的终端标签页`。
67
+
68
  <img width="200" alt="downloadZIP" src="https://user-images.githubusercontent.com/23137268/223696317-b89d2c71-c74d-4c6d-8060-a21406cfb8c8.png">
69
 
70
  2. **填写API密钥**
 
103
 
104
  3. **安装依赖**
105
 
106
+ 在终端中输入下面的命令,然后回车。
107
+
108
  ```shell
109
  pip install -r requirements.txt
110
  ```
 
121
 
122
  4. **启动**
123
 
124
+ 请使用下面的命令。
125
+
126
  ```shell
127
  python ChuanhuChatbot.py
128
  ```