mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
7 lines
No EOL
264 B
Bash
7 lines
No EOL
264 B
Bash
# 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
|
|
pip install -e . |