Update installation.md

This commit is contained in:
dyning 2020-07-31 22:01:18 +08:00 committed by GitHub
parent b46d2db3bc
commit a22aea9f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ hub.baidubce.com/paddlepaddle/paddle latest-gpu-cuda9.0-cudnn7-dev f56310dc
docker中的python默认使用python3.5PaddleOCR需要在Python3.7下执行该版本下对于第三方依赖库的兼容性更好一些。进入docker后可以编辑`/etc/profile`文件,之后在文件末尾添加
```shell
alias python=python3.7
alias pip=pip3.7
alias python3=python3.7
alias pip3=pip3.7