未验证 提交 665d2713 编写于 作者: M Mohammad Mahbubuzzaman 提交者: GitHub

Fixes command to check paddle paddle installation

上级 4752ddea
......@@ -27,7 +27,7 @@ of your PaddlePaddle is not lower than required. Verify with the following comma
```
# To check if PaddlePaddle installation was sucessful
python -c "from paddle.fluid import fluid; fluid.install_check.run_check()"
python -c "from paddle import fluid; fluid.install_check.run_check()"
# To check PaddlePaddle version
python -c "import paddle; print(paddle.__version__)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册