Skip to content

Commit bf22d76

Browse files
authored
Update README.md
Missing requirements in readme
1 parent b8d8a6f commit bf22d76

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ The plugin provides a seamless interface to Moondream2's capabilities within Fif
3131
If you haven't already, install FiftyOne and required dependencies:
3232

3333
```bash
34-
pip install -U fiftyone transformers torch
34+
pip install -U fiftyone transformers torch pvips
3535
```
36+
On Ubuntu you may need to also install the pvips libraries
3637

38+
```bash
39+
sudo apt install imagemagick libvips
40+
```
3741

3842
Then, install the plugin:
3943

@@ -165,4 +169,4 @@ You can visit the original GitHub or the [Moondream website](https://moondream.a
165169
url = {https://github.com/vikhyat/moondream},
166170
commit = {main}
167171
}
168-
```
172+
```

0 commit comments

Comments
 (0)