Skip to content

Commit 94e15d2

Browse files
committed
fix readme
1 parent 88600d7 commit 94e15d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
about = {}
2828
about["__title__"] = "paddle-rec"
29-
about["__version__"] = "0.0.2"
29+
about["__version__"] = "0.1.0"
3030
about["__description__"] = "paddle-rec"
3131
about["__author__"] = "paddle-dev"
3232
about["__author_email__"] = "[email protected]"
@@ -96,7 +96,7 @@ def build(dirname):
9696
build(dirname)
9797
shutil.rmtree(dirname)
9898

99-
print('''
99+
print(u'''
100100
\033[32m
101101
██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
102102
██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝

0 commit comments

Comments
 (0)