File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8484 ``` bash
8585 python -m pip install paddle-rec
8686 ```
87+ > 该方法会默认下载安装` paddlepaddle v1.7.2 cpu版本 ` ,若无法正常下载:
88+ > - 可以在[ 该地址] ( https://pypi.org/project/paddlepaddle/1.7.2/#files ) ,下载PaddlePaddle后手动安装whl包
89+ > - 可以pip安装PaddlePaddle,` python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple `
90+ > - 其他安装问题可以在[ Paddle Issue] ( https://github.com/PaddlePaddle/Paddle/issues ) 或[ PaddleRec Issue] ( https://github.com/PaddlePaddle/PaddleRec/issues ) 提出,会有工程师及时解答
8791
8892- 安装方法二
8993
Original file line number Diff line number Diff line change 2626
2727about = {}
2828about ["__title__" ] = "paddle-rec"
29- about ["__version__" ] = "0.0.2 "
29+ about ["__version__" ] = "0.1.0 "
3030about ["__description__" ] = "paddle-rec"
3131about ["__author__" ] = "paddle-dev"
3232about [
"__author_email__" ]
= "[email protected] " @@ -96,7 +96,7 @@ def build(dirname):
9696build (dirname )
9797shutil .rmtree (dirname )
9898
99- print ('''
99+ print (u '''
100100\033 [32m
101101██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
102102██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝
You can’t perform that action at this time.
0 commit comments