The full source code of HyperMetaGPT is available here
Introduction
We detail the steps for setup, installation and running HyperMetaGPT on your local machine.
Steps for installation
Clone the repo
First clone the repo for HyperMetaGPT to your local machine as below
git clone git@github.com:arunabhdas/HyperMetaGPT.git
Create conda environment
Next, create a local conda environment as below
conda create -n metagpt python=3.10.0
Activate the conda environment
conda activate metagpt
Check if node is installed
npm --versionnode --version
On mac, install mermaid-js as below
npm install -g @mermaid-js/mermaid-cli