git clone https://github.com/xujiahuayz/dao-governance.git
cd fork
chmod +x setup_repo.sh
./setup_repo.sh
. venv/bin/activate
or follow the step-by-step instructions below between the two horizontal rules:
- MacOS / Linux
python3 -m venv venv
- Windows
python -m venv venv
- MacOS / Linux
. venv/bin/activate
- Windows (in Command Prompt, NOT Powershell)
venv\Scripts\activate.bat
pip install toml
pip install -e ".[dev]"
python scripts/fetch_spaces.py