Skip to content

Commit 8559ea9

Browse files
authored
Fix pip install typo for framegrab+youtube (#361)
1 parent 34edbbb commit 8559ea9

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)