Skip to content

Commit

Permalink
docs(tutorial): update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinng committed Feb 22, 2021
1 parent 9146ec2 commit b5c317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Consider buying me one if you find this content useful ☕️😉.

1. 执行`cd chatbot` -- cd to the directory where requirements.txt is located
2. 开启你的虚拟环境(conda env) -- activate your virtualenv
3. 执行`pip install -r requirements.txt` in your shell -- run: `pip install -r requirements.txt` in your shell
3. 在激活后的conda环境中执行`pip install -r requirements.txt` -- run: `pip install -r requirements.txt` in your shell

**至此,你已经安装了本项目所需要的[全部环境](#speech_balloon-faq)**

Expand Down

0 comments on commit b5c317d

Please sign in to comment.