Skip to content

Installation

Requirements

  • Python 3.10+
  • pip, poetry or uv

Install from PyPI

pip install warrior-bot

This will not work yet, as we have not published anything on the package index yet. To install, clone the repo and run pip install -e .

Install from Source

Clone the repository:

git clone https://github.com/yourusername/warrior-bot.git
cd warrior-bot

Install in development mode:

pip install -e .

Verify Installation

Check that the installation worked:

wb --help

You should see the warrior-bot help message.

Terminal Recommendations

For the best experience, we recommend using a modern terminal emulator:

On macOS, iTerm2 is the defacto standard.