Skip to content

Commit

Permalink
Update README.md (PaddlePaddle#288)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.cn.md
  • Loading branch information
TomorrowIsAnOtherDay authored Jun 8, 2020
1 parent 4a19c7b commit 21ac9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ans = agent.sum(1,5) # run remotely and not comsume any local computation resour

# 安装:
### 依赖
- Python 2.7 or 3.5+.
- Python 2.7 or 3.5+. (**Windows系统**目前仅支持python3.6+以上的环境)
- [paddlepaddle>=1.6.1](https://github.com/PaddlePaddle/Paddle) (**非必须的**,如果你只用并行部分的接口不需要安装paddle)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For users, they can write code in a simple way, just like writing multi-thread c

# Install:
### Dependencies
- Python 2.7 or 3.5+.
- Python 2.7 or 3.5+(On **Windows**, PARL only supprorts the enviroment with python3.6+).
- [paddlepaddle>=1.6.1](https://github.com/PaddlePaddle/Paddle) (**Optional**, if you only want to use APIs related to parallelization alone)


Expand Down

0 comments on commit 21ac9c6

Please sign in to comment.