diff --git a/docs/en_US/install.md b/docs/en_US/install.md index e0ff7fd6dc8da1a3d4a30d65673358595cbad668..8cdac5f2e8fdb98a82a63a23d5f760aeddf444a4 100644 --- a/docs/en_US/install.md +++ b/docs/en_US/install.md @@ -19,7 +19,7 @@ Note: command above will install paddle with cuda10.2, if your installed cuda is ``` # only support Python3 -python3 -m pip install --upgrade ppgan==2.0.0b0 +python3 -m pip install --upgrade ppgan ``` Download the examples and configuration files via cloning the source code: diff --git a/docs/zh_CN/install.md b/docs/zh_CN/install.md index 01210e9816ceee5e8a28fd49b27085c0bdd286d7..078f702302e022637666c59e68a705802d052c1c 100644 --- a/docs/zh_CN/install.md +++ b/docs/zh_CN/install.md @@ -18,7 +18,7 @@ pip install -U paddlepaddle-gpu==2.0.0 ##### 2.1 通过Pip安裝 ``` # only support Python3 -python3 -m pip install --upgrade ppgan==2.0.0b0 +python3 -m pip install --upgrade ppgan ``` 下载示例和配置文件: