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 87126bd commit b1a5fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ static_sox.add_paths(weak=True) # Only install if sox is not available.
os.system("sox --help")
```

# Without this library...
# Why

Your sox tool would have to rely on the user to install sox, with the right build settings to ensure your tool functions correctly. This is a major pain for sox based tools and this library solves this problem.
Deploying binaries is a pain. This library makes it not-your-problem. Now you can make a tool that uses sox backend and distribute it easily.

As of now, binaries are available for:

Expand Down

0 comments on commit b1a5fe0

Please sign in to comment.