fix typo
This commit is contained in:
parent
2afc57f9fe
commit
5b60ed38a0
|
@ -59,7 +59,7 @@ python3 -m pip install paddlepaddle-gpu==1.7.2.post107 -i https://pypi.tuna.tsin
|
|||
|
||||
如果您的机器是CPU,请运行以下命令安装
|
||||
|
||||
python3 -m pip install paddlepaddle==1.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
python3 -m pip install paddlepaddle==1.7.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
更多的版本需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue