From b9514ea3af8941a1d4651264651426b269f8f009 Mon Sep 17 00:00:00 2001 From: csteinmetz1 Date: Wed, 23 Oct 2019 14:31:01 +0200 Subject: [PATCH] adding info to readme about install from pypi and from repo for clarity --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a4f62b6..b149b0e 100644 --- a/README.md +++ b/README.md @@ -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 ```