Skip to content

Commit

Permalink
Merge pull request #27 from csteinmetz1/pypi
Browse files Browse the repository at this point in the history
adding info to readme about install from pypi and from repo for clarity
  • Loading branch information
csteinmetz1 authored Oct 23, 2019
2 parents 4088312 + b9514ea commit e037ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Implementation of [ITU-R BS.1770-4](https://www.itu.int/dms_pubrec/itu-r/rec/bs/
Allows control over gating block size and frequency weighting filters for additional control.

## Installation
You can install with pip as follows
```
pip install pyloudnorm
```

For the latest releases always install from the GitHub repo
```
pip install git+https://github.com/csteinmetz1/pyloudnorm
```
Expand Down

0 comments on commit e037ad7

Please sign in to comment.