You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip3 install -e .# or pip3 install metagpt # for stable version
69
-
70
-
# Step 3: setup your LLM key in the config2.yaml file
71
-
mkdir ~/.metagpt
72
-
cp config/config2.yaml ~/.metagpt/config2.yaml
73
-
vim ~/.metagpt/config2.yaml
74
-
75
-
# Step 4: run metagpt cli
76
-
metagpt "Create a 2048 game in python"
64
+
pip install metagpt
65
+
metagpt --init-config # this will create a ~/.metagpt/config2.yaml from config/config2.yaml, modify it to your own config
77
66
78
-
# Step 5 [Optional]: If you want to save the artifacts like diagrams such as quadrant chart, system designs, sequence flow in the workspace, you can execute the step before Step 3. By default, the framework is compatible, and the entire process can be run completely without executing this step.
79
-
# If executing, ensure that NPM is installed on your system. Then install mermaid-js. (If you don't have npm in your computer, please go to the Node.js official website to install Node.js https://nodejs.org/ and then you will have npm tool in your computer.)
80
-
npm --version
81
-
sudo npm install -g @mermaid-js/mermaid-cli
67
+
# Usage: metagpt "<create a game or a software>"
68
+
metagpt "Create a 2048 game"
82
69
```
83
70
84
71
detail installation please refer to [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
0 commit comments