docs,fix: fix examples and lock moviepy version for now #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
README.md
and documentation files to include information about installing optional dependencies and setting API keys. It also makes changes to thepyproject.toml
file to adjust dependency versions and add new optional dependencies.Documentation updates:
README.md
: Added instructions for installing optional dependencies and setting API keys for script generation, speech synthesizer, and audio transcriber. [1] [2] [3] [4] [5] [6]docs/getting-started/installation.en.md
: Added a section on installing additional dependencies with examples for single and multiple features.docs/getting-started/installation.pt.md
: Added a section on installing additional dependencies with examples for single and multiple features in Portuguese.Configuration updates:
mkdocs.yml
: Addedtables
to the list of markdown extensions.pyproject.toml
: Updated the version ofmoviepy
dependency and addedelevenlabs
andopenai
to optional dependencies. [1] [2]Closes #20, closes #21, closes #22