Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gaina99 committed Aug 17, 2021
1 parent 7c20e5c commit b40c6c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ We provide compiled PaddlePaddle and PaddleFL installation packages, you can dow
wget https://paddlefl.bj.bcebos.com/paddlepaddle-1.8.5-cp**-cp**-linux_x86_64.whl
pip3 install paddlepaddle-1.8.5-cp**-cp**-linux_x86_64.whl
(Replace ** with the python version in the installation environment, for example, python3.8 corresponds to cp38)
E.g., if you are using python3.8, the commands are as below:
wget https://paddlefl.bj.bcebos.com/paddlepaddle-1.8.5-cp38-cp38-linux_x86_64.whl
pip3 install paddlepaddle-1.8.5-cp38-cp38-linux_x86_64.whl
#Install PaddleFL
pip3 install paddle_fl
Expand Down
4 changes: 4 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ wget https://paddlefl.bj.bcebos.com/paddlepaddle-1.8.5-cp**-cp**-linux_x86_64.wh
pip3 install paddlepaddle-1.8.5-cp**-cp**-linux_x86_64.whl
(**替换成安装环境中的python版本,如python3.8对应cp38)
例如,如果您是用的python版本为python3.8,那么使用下面的命令:
wget https://paddlefl.bj.bcebos.com/paddlepaddle-1.8.5-cp38-cp38-linux_x86_64.whl
pip3 install paddlepaddle-1.8.5-cp38-cp38-linux_x86_64.whl
#Install PaddleFL
pip3 install paddle_fl
Expand Down

0 comments on commit b40c6c3

Please sign in to comment.