From 0340bd6427232185a4fdcd5ebc28f44fbdfdedde Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Sun, 21 Mar 2021 19:59:39 -0400 Subject: [PATCH] Embarrassing minimal README until CI is in place --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd6058..816d394 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # pyebur128 -A Cython implementation of the libeur128 library for audio loudness in media files. \ No newline at end of file +A Cython implementation of the libeur128 library for audio loudness in media files. + +## Installation + +Working on getting wheels created/published, but for now you can easily run the following to get going: + +``` +python3 -m build +pip install dist/pyebur128*.whl +``` + +## TODO +1. Make a better README.md +2. Create the docs and upload them +3. Publish to PyPI \ No newline at end of file