From af8b0566dc6f38e2390434e5c8286400c78ad782 Mon Sep 17 00:00:00 2001 From: pbgco2nhq <1625354389@qq.com> Date: Sat, 27 Apr 2024 22:49:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 300ceab..3ff192f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ##介绍 这个项目是我们小组学习 Python Fire 的学习报告。Python Fire 是一个开源库,它可以通过单个函数、对象调用生成命令行界面(CLI),无需编写大量的代码。在这个学习报告中,我们将分享对 Python Fire和git的学习心得和使用经验。 - ##安装: +##安装: 可打开命令行用pip工具安装 `pip install fire` ##使用方法