Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaina99 committed Aug 17, 2021
1 parent 09fb84c commit 8f4b6de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ Then, install PaddleFL
#Install PaddleFL
pip3 install paddle_fl
```
The above command only suit for python with version 3.8. PaddleFL based on other versions of python can be installed by downloading the corresponding installation package from https://pypi.org/project/paddle-fl/1.1.2/#files.
The above command will automatically install PaddleFL corresponding to python3.8. For other python3 environments, you can download the corresponding installation package from https://pypi.org/project/paddle-fl/1.1.2/#files and install it manually.


3. Install PaddleFL from source code

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pip3 install paddlepaddle-1.8.5-cp38-cp38-linux_x86_64.whl
#Install PaddleFL
pip3 install paddle_fl
```
上面的命令仅适用于python3.8版本环境安装PaddleFL。基于其他python版本的PaddleFL可以通过从 https://pypi.org/project/paddle-fl/1.1.2/#files 下载对应安装包进行安装
上述命令会自动安装python3.8对应的PaddleFL。对于其他python3环境,您可以从 https://pypi.org/project/paddle-fl/1.1.2/#files 下载对应安装包手动安装

3.源码安装
若您希望从源码编译安装,请点击[这里](./docs/source/md/compile_and_install_cn.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/md/compile_and_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Install the package:
make install
cd /path/to/PaddleFL/python
${PYTHON_EXECUTABLE} setup.py sdist bdist_wheel
pip or pip3 install dist/***.whl -U
pip3 install dist/***.whl -U
```

0 comments on commit 8f4b6de

Please sign in to comment.