Installation

From Source

Clone the repository:

git clone https://github.com/cccaballero/manolo_bot.git
cd manolo_bot

Install dependencies using uv:

uv sync

Or using pip:

pip install .

Installing for Development

If you want to contribute to the project or build the documentation locally, install the development dependencies:

uv sync --dev

To build the documentation:

uv run sphinx-build -b html docs/source docs/_build/html