Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyangxixian authored Dec 10, 2018
1 parent f4ff208 commit 7bd4638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

python 环境未安装的可参考下面操作:
```
step 1 :安装 python
step 1:安装 python
Windows:
去 python 官网下载安装 python3 (已安装可跳过此步骤)
Expand All @@ -27,7 +27,7 @@ sudo apt-get install python3 python3-pip (如果两个包都有安装可跳过
CentOS:
sudo yum install python36 python36-pip (如果两个包都有安装可跳过此步骤)
step 2 :pip install -r requirement.txt
step 2:pip install -r requirement.txt
```
****:若 Crypto 模块找不到, 则需要在 python 的依赖库目录 Lib\site-packages 中将 crypto 重命名为 Crypto 。

Expand Down

0 comments on commit 7bd4638

Please sign in to comment.