mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
npm install mmdc in readme
This commit is contained in:
parent
fcfbcf166f
commit
acf3802bee
2 changed files with 10 additions and 8 deletions
|
|
@ -20,11 +20,12 @@ ## Examples (fully generated by GPT-4)
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
# Step 1: Ensure that Python 3.9+ is installed on your system. You can check this by using:
|
||||
python --version
|
||||
|
||||
# Step 2: Ensure that NPM is installed on your system. You can check this by using:
|
||||
# Step 1: Ensure that NPM is installed on your system. Then install mermaid-js.
|
||||
npm --version
|
||||
sudo npm install -g @mermaid-js/mermaid-cli
|
||||
|
||||
# Step 2: Ensure that Python 3.9+ is installed on your system. You can check this by using:
|
||||
python --version
|
||||
|
||||
# Step 3: Clone the repository to your local machine, and install it.
|
||||
git clone https://github.com/geekan/metagpt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue