From 5b30d787452a1050dd3ef30822d3d3fedededf21 Mon Sep 17 00:00:00 2001 From: leodiegues Date: Mon, 2 Dec 2024 21:40:51 -0300 Subject: [PATCH] docs: update README to clarify installation instructions for news video generation dependencies --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1e336d..bee19c7 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ Mosaico is a Python library for programmatically creating and managing video com pip install mosaico ``` -To install script generator, speech synthesizer or audio transcriber dependencies, use: - -```bash -pip install "mosaico[news]" -``` - For additional dependencies, see the [additional dependencies](https://folhasp.github.io/mosaico/installation#additional-dependencies) section in the documentation. ## Features @@ -33,6 +27,12 @@ For additional dependencies, see the [additional dependencies](https://folhasp.g ## Quick Start +Install Mosaico and additional dependencies for news video generation: + +```bash +pip install "mosaico[news,assemblyai,elevenlabs]" +``` + Easily create and render a video project from a script generator: ```python