Skip to content

Commit

Permalink
Add instructions for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
aelnouby authored May 10, 2023
1 parent 0f8620b commit 1a7529c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ conda activate imagebind
pip install -r requirements.txt
```

For windows users, you might need to install `soundfile` for reading/writing audio files. (Thanks @congyue1977)

```
pip install soundfile
```


Extract and compare features across modalities (e.g. Image, Text and Audio).

```python
Expand Down

0 comments on commit 1a7529c

Please sign in to comment.