Embarrassing minimal README until CI is in place
This commit is contained in:
parent
4e6bed68ab
commit
0340bd6427
1 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,2 +1,16 @@
|
||||||
# pyebur128
|
# pyebur128
|
||||||
A Cython implementation of the libeur128 library for audio loudness in media files.
|
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
|
Loading…
Reference in a new issue