add optional for npm

This commit is contained in:
better629 2023-11-20 15:04:37 +08:00
parent 33ddababff
commit 33f0ca2aee
5 changed files with 14 additions and 12 deletions

View file

@ -17,8 +17,8 @@ # Step 2: Ensure that Python 3.9+ is installed on your system. You can check thi
python3 --version
# Step 3: Clone the repository to your local machine, and install it.
git clone https://github.com/geekan/metagpt
cd metagpt
git clone https://github.com/geekan/MetaGPT.git
cd MetaGPT
pip install -e.
```

View file

@ -18,8 +18,8 @@ # 第 2 步:确保您的系统上安装了 Python 3.9+。您可以使用以下
python --version
# 第 3 步:克隆仓库到您的本地机器,并进行安装。
git clone https://github.com/geekan/metagpt
cd metagpt
git clone https://github.com/geekan/MetaGPT.git
cd MetaGPT
pip install -e.
```