Skip to content

Quick Start for MacOS #81

@chenkigba

Description

@chenkigba
git clone https://github.com/CodeClash-ai/CodeClash.git
cd CodeClash

# Install uv, a power python env manager
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
uv pip install -e '.[dev]'

# Install brew, in case you don't have it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install docker
# Use colima to start docker
brew install colima
colima start

# Fire🚀
uv run main.py configs/test/battlesnake.yaml

Works for me 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions