Skip to content

Commit 060ec9b

Browse files
author
Tyler Romero
committed
Fix pip install typo for framegrab+youtube
1 parent fe82255 commit 060ec9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Let's also install [framegrab](https://github.com/groundlight/framegrab) with Yo
4848
this useful library will let us capture frames from YouTube livestreams, webcams, and other video
4949
sources, making it easy to get started!
5050
```bash
51-
pip install framegrab[youtube]
51+
pip install "framegrab[youtube]"
5252
```
5353
:::tip Camera Support
5454
Framegrab is versatile! It works with:

0 commit comments

Comments
 (0)