Skip to content

Commit

Permalink
Merge pull request #245 from starburst997/readme-ffmpeg
Browse files Browse the repository at this point in the history
Use double quotes for better compatibility (REAMDE / ffmpeg)
  • Loading branch information
JadeCopet authored Aug 29, 2023
2 parents 4eb194f + 656a49e commit b50c9a4
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 b50c9a4

Please sign in to comment.