Skip to content

Installation Guide

This guide will help you install the Weni CLI tool on your system. We provide two installation methods: a quick installation via pip and a manual installation using Poetry for development purposes.

Requirements

  • Python >= 3.12
  • Poetry >= 1.8.5

Installation

Install via PIP

You can install the CLI directly using pip:

pip install weni-cli

Manual Installation

  1. Clone the repository:

    git clone https://github.com/weni-ai/weni-cli.git
    cd weni-cli
    

  2. Install dependencies and make the CLI executable:

    poetry shell
    poetry install
    

Verifying Installation

After installation, verify that Weni CLI is properly installed, type the command weni in your terminal:

weni

If everything went well, your terminal should display something like this:

Weni Command

Troubleshooting

If you encounter any issues:

  1. Check our GitHub Issues
  2. Create a new issue with:
  3. Your operating system
  4. Python version (python --version)
  5. Error message
  6. Steps to reproduce