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:
Manual Installation
-
Clone the repository:
-
Install dependencies and make the CLI executable:
Verifying Installation
After installation, verify that Weni CLI is properly installed, type the command weni
in your terminal:
If everything went well, your terminal should display something like this:
Troubleshooting
If you encounter any issues:
- Check our GitHub Issues
- Create a new issue with:
- Your operating system
- Python version (
python --version
) - Error message
- Steps to reproduce