Update README.md

mfg5tzm6n 2 years ago
parent 2fc9ba7c1d
commit b0bec06520

@ -4,7 +4,8 @@
可打开命令行用pip工具安装
`pip install fire`
2. 使用方法示例:
```import fire
```
import fire
def hello(name="World"):
return f"Hello, {name}!"

Loading…
Cancel
Save