提交 caf8ca88 编写于 作者: Y Yelrose

fixed docs

上级 30dd42a0
...@@ -63,8 +63,7 @@ If we use complex user-defined aggregation like [GraphSAGE-LSTM](https://cs.stan ...@@ -63,8 +63,7 @@ If we use complex user-defined aggregation like [GraphSAGE-LSTM](https://cs.stan
PGL requires: PGL requires:
* paddle >= 1.5 * paddle >= 1.6
* networkx
* cython * cython
...@@ -73,7 +72,7 @@ PGL supports both Python 2 & 3 ...@@ -73,7 +72,7 @@ PGL supports both Python 2 & 3
## Installation ## Installation
The current version of PGL is 0.1.0.beta. You can simply install it via pip. The current version of PGL is 1.0.0. You can simply install it via pip.
```sh ```sh
pip install pgl pip install pgl
......
...@@ -58,8 +58,7 @@ Paddle Graph Learning (PGL)是一个基于[PaddlePaddle](https://github.com/Padd ...@@ -58,8 +58,7 @@ Paddle Graph Learning (PGL)是一个基于[PaddlePaddle](https://github.com/Padd
PGL依赖于: PGL依赖于:
* paddle >= 1.5 * paddle >= 1.6
* networkx
* cython * cython
...@@ -68,7 +67,7 @@ PGL支持Python 2和3。 ...@@ -68,7 +67,7 @@ PGL支持Python 2和3。
## 安装 ## 安装
当前,PGL的版本是0.1.0.beta。你可以简单的用pip进行安装。 当前,PGL的版本是1.0.0。你可以简单的用pip进行安装。
```sh ```sh
pip install pgl pip install pgl
...@@ -81,4 +80,3 @@ PGL由百度的NLP以及Paddle团队共同开发以及维护。 ...@@ -81,4 +80,3 @@ PGL由百度的NLP以及Paddle团队共同开发以及维护。
## License ## License
PGL uses Apache License 2.0. PGL uses Apache License 2.0.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册