Commit 5fdce5ee authored by yangql's avatar yangql
Browse files

Update README.md

parent 04bf3bd0
...@@ -36,7 +36,10 @@ cd dist && pip3 install autoawq* ...@@ -36,7 +36,10 @@ cd dist && pip3 install autoawq*
``` ```
## 验证 ## 验证
- python -c "import awq_ext; print(awq_ext.__version__)",版本号与官方版本同步,查询该软件的版本号,例如0.0.6; ```
python -c "import awq_ext; print(awq_ext.__version__)"
```
版本号与官方版本同步,查询该软件的版本号,例如0.0.6;
## 参考资料 ## 参考资料
- [README](README.md) - [README](README.md)
......
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