Skip to content

Commit

Permalink
[vpdq] README.md to reference mac/linux for binding
Browse files Browse the repository at this point in the history
Just a quick tweak looking at #1346
  • Loading branch information
Dcallies authored and dougneal committed Aug 24, 2023
1 parent 2a9563f commit f9bac98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vpdq/README.md
Expand Up @@ -245,9 +245,13 @@ Matching File chair-22-with-small-logo-bar.txt
```

## vPDQ Python Binding
A Cython binding is available to the CPP library. All of the dependencies from the CPP implementation are required to build the binding.
A Cython binding is available to the CPP library for linux and Mac users. All of the dependencies from the CPP implementation are required to build the binding.

See README.md in `python/` for more information.
See [README.md in `python/`](./python/README.md) for more information.

```sh
pip install vpdq
```


## FAISS
Expand Down

0 comments on commit f9bac98

Please sign in to comment.