use python3 instead of python

This commit is contained in:
geekan 2023-12-11 16:07:53 +08:00
parent 292344cf40
commit 687e17367c
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ # 第 1 步:确保您的系统上安装了 NPM。并使用npm安装mermaid-js
sudo npm install -g @mermaid-js/mermaid-cli
# 第 2 步:确保您的系统上安装了 Python 3.9+。您可以使用以下命令进行检查:
python --version
python3 --version
# 第 3 步:克隆仓库到您的本地机器,并进行安装。
git clone https://github.com/geekan/MetaGPT.git