mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
try github codespace
This commit is contained in:
parent
0be49113a0
commit
bc7e9687c8
2 changed files with 34 additions and 0 deletions
7
.devcontainer/postCreateCommand.sh
Normal file
7
.devcontainer/postCreateCommand.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
python setup.py install
|
||||
Loading…
Add table
Add a link
Reference in a new issue