diff --git a/README.cn.md b/README.cn.md index 1c9afd2a29e6098dd00a8dff605c8117996183e2..9691d865b855859587d94b3ec1ba2135422d89c5 100644 --- a/README.cn.md +++ b/README.cn.md @@ -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) diff --git a/README.md b/README.md index 65c1f716c9658680fe1196a7abc00c53c39cf2a0..75b92d97d2a99a21671c679ccb9d8b6841652338 100644 --- a/README.md +++ b/README.md @@ -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)