Skip to content

Commit

Permalink
docs: update README to clarify installation instructions for news vid…
Browse files Browse the repository at this point in the history
…eo generation dependencies
  • Loading branch information
leodiegues committed Dec 3, 2024
1 parent 82ff165 commit 5b30d78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5b30d78

Please sign in to comment.