Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubin-me committed Oct 29, 2021
2 parents bb478d8 + c7c124d commit 0918aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run the following in your commandline/terminal for **requirements** installation
```bash
pip install opencv-python numpy pyautogui pillow pywin32 pyyaml psutil
```
If you have installation problem related to psutil, please download and install [Microsoft Visual C++](https://aka.ms/vs/16/release/vc_redist.x64.exe)
If you have installation problem related to psutil, please download and install [Microsoft Visual C++](https://aka.ms/vs/16/release/vc_redist.x64.exe), then redo above

[comment]: <> (For Mac OS users:)

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ BUG提交请去 [此页面](https://github.com/zhoubin-me/lushi_script/issues)
## 安装

请确保你安装了python 3.6或以上版本。我们推荐使用 [Anaconda](https://www.anaconda.com/products/individual#windows) 安装python。
请确保你已将python的路径加入到了系统环境变量。
请确保你已将python的路径加入到了系统环境变量(PATH),Ananconda在安装过程中会有此选项,记得勾选

Windows用户请在命令行里输入以下来安装需求包:
```bash
pip install opencv-python numpy pyautogui pillow pywin32 pyyaml psutil
```
如果出现psutil相关的安装错误,请下载并安装[Microsoft Visual C++](https://aka.ms/vs/16/release/vc_redist.x64.exe)
如果出现psutil相关的安装错误,请下载并安装[Microsoft Visual C++](https://aka.ms/vs/16/release/vc_redist.x64.exe),再执行以上命令

[comment]: <> (Mac OS 用户请在terminal里输入以下来安装需求包)

Expand Down

0 comments on commit 0918aa6

Please sign in to comment.