Skip to main content

Installation

This guide covers different ways to install and set up Wegent.

System Requirements

  • Operating System: Linux, macOS, or Windows
  • Python: 3.8 or higher
  • Memory: Minimum 4GB RAM recommended
  • Disk Space: At least 1GB free space

Installation Methods

The simplest way to install Wegent:

pip install wegent

Method 2: From Source

For development or to get the latest features:

git clone https://github.com/wecode-ai/Wegent.git
cd Wegent
pip install -e ".[dev]"

Method 3: Docker

Run Wegent in a container:

docker pull wecode-ai/wegent:latest
docker run -it wecode-ai/wegent

Configuration

After installation, configure your environment:

wegent init

This creates a default configuration file at ~/.wegent/config.yaml.

Verifying Installation

Check that Wegent is installed correctly:

wegent --version

Troubleshooting

If you encounter issues during installation, see our Troubleshooting Guide.