"examples/community/pipeline_stable_diffusion_boxdiff.py" did not exist on "001b14023e7b8b69366abe2840796d8d4b5d1283"
Unverified Commit a22aea9f authored by dyning's avatar dyning Committed by GitHub
Browse files

Update installation.md

parent b46d2db3
......@@ -52,8 +52,6 @@ hub.baidubce.com/paddlepaddle/paddle latest-gpu-cuda9.0-cudnn7-dev f56310dc
docker中的python默认使用python3.5,PaddleOCR需要在Python3.7下执行(该版本下,对于第三方依赖库的兼容性更好一些)。进入docker后,可以编辑`/etc/profile`文件,之后在文件末尾添加
```shell
alias python=python3.7
alias pip=pip3.7
alias python3=python3.7
alias pip3=pip3.7
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment