Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Sep 22, 2023
1 parent 2f83a20 commit 87126bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ Installs sox binaries and allows you to use them in your python code.

# Usage

Outside of python, static_sox can be used to access the library.

```bash
> pip install static-sox
> static_sox # static_sox will pass all args to sox
```

Inside python, you can just add the paths (which will trigger a download) then use sox as you
normally would.

```python
import static_sox
import os
Expand Down

0 comments on commit 87126bd

Please sign in to comment.