Skip to content

Commit

Permalink
Use double quotes for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
starburst997 committed Aug 28, 2023
1 parent 7cee852 commit 656a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We also recommend having `ffmpeg` installed, either through your system or Anaco
```bash
sudo apt-get install ffmpeg
# Or if you are using Anaconda or Miniconda
conda install 'ffmpeg<5' -c conda-forge
conda install "ffmpeg<5" -c conda-forge
```

## Models
Expand Down

0 comments on commit 656a49e

Please sign in to comment.