From 060ec9b25bcf6272c41ddf1f008b0220cf9ff051 Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Mon, 12 May 2025 15:37:04 -0700 Subject: [PATCH] Fix pip install typo for framegrab+youtube --- docs/docs/getting-started/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/getting-started.mdx b/docs/docs/getting-started/getting-started.mdx index 2e982427..0b718915 100644 --- a/docs/docs/getting-started/getting-started.mdx +++ b/docs/docs/getting-started/getting-started.mdx @@ -48,7 +48,7 @@ Let's also install [framegrab](https://github.com/groundlight/framegrab) with Yo this useful library will let us capture frames from YouTube livestreams, webcams, and other video sources, making it easy to get started! ```bash -pip install framegrab[youtube] +pip install "framegrab[youtube]" ``` :::tip Camera Support Framegrab is versatile! It works with: