From 21ac9c69229e44fcdc010580712888b61b2ebdc6 Mon Sep 17 00:00:00 2001 From: Bo Zhou <2466956298@qq.com> Date: Mon, 8 Jun 2020 09:55:57 +0800 Subject: [PATCH] Update README.md (#288) * Update README.md * Update README.cn.md --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index 1c9afd2..9691d86 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 65c1f71..75b92d9 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) -- GitLab