From 3084e10c46520475c868a01ae4b3d290cf81e1f6 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Fri, 30 Aug 2019 17:51:36 +0800 Subject: [PATCH] Update installation.md --- docs/installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index cf544738..9be8d5c9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,7 +26,7 @@ PaddlePaddle最新版本1.5支持Conda安装,可以减少相关依赖安装成 conda install -c paddle paddlepaddle-gpu cudatoolkit=9.0 ``` -更多安装方式详情可以查看 [PaddlePaddle快速开始](https://www.paddlepaddle.org.cn/start) +更多安装方式详情可以查看 [PaddlePaddle安装说明](https://www.paddlepaddle.org.cn/documentation/docs/zh/beginners_guide/install/index_cn.html) ## 2. 下载PaddleSeg代码 @@ -39,6 +39,7 @@ git clone https://github.com/PaddlePaddle/PaddleSeg ## 3. 安装PaddleSeg依赖 ``` +cd PaddleSeg pip install -r requirements.txt ``` @@ -49,4 +50,4 @@ pip install -r requirements.txt ``` python test/local_test_cityscapes.py -``` \ No newline at end of file +``` -- GitLab