提交 94e15d20 编写于 作者: C chengmo

fix readme

上级 88600d7d
...@@ -84,6 +84,10 @@ ...@@ -84,6 +84,10 @@
```bash ```bash
python -m pip install paddle-rec python -m pip install paddle-rec
``` ```
> 该方法会默认下载安装`paddlepaddle v1.7.2 cpu版本`,若无法正常下载:
> - 可以在[该地址](https://pypi.org/project/paddlepaddle/1.7.2/#files),下载PaddlePaddle后手动安装whl包
> - 可以pip安装PaddlePaddle,`python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple`
> - 其他安装问题可以在[Paddle Issue](https://github.com/PaddlePaddle/Paddle/issues)或[PaddleRec Issue](https://github.com/PaddlePaddle/PaddleRec/issues)提出,会有工程师及时解答
- 安装方法二 - 安装方法二
......
...@@ -26,7 +26,7 @@ requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1"] ...@@ -26,7 +26,7 @@ requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1"]
about = {} about = {}
about["__title__"] = "paddle-rec" about["__title__"] = "paddle-rec"
about["__version__"] = "0.0.2" about["__version__"] = "0.1.0"
about["__description__"] = "paddle-rec" about["__description__"] = "paddle-rec"
about["__author__"] = "paddle-dev" about["__author__"] = "paddle-dev"
about["__author_email__"] = "paddle-dev@baidu.com" about["__author_email__"] = "paddle-dev@baidu.com"
...@@ -96,7 +96,7 @@ dirname = tempfile.mktemp() ...@@ -96,7 +96,7 @@ dirname = tempfile.mktemp()
build(dirname) build(dirname)
shutil.rmtree(dirname) shutil.rmtree(dirname)
print(''' print(u'''
\033[32m \033[32m
██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗ ██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册