From e56c47e4fcd88abb79e5d1347c75b72b624b213d Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 4 May 2021 23:40:31 +0300 Subject: pypi --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d1a5c54..bd26527 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ format, created by my absolute favorite desktop audio player I created it to be able to edit paths to audio files in the playlist, although it's possible to change any tracks properties. +## Installation + +It's available in Pypi: +``` +pip install dbpl +``` + ## Example Let's imagine you have a large `.dbpl` playlist with hundreds of items, and you want @@ -31,11 +38,6 @@ if __name__ == '__main__': playlist.save(args.output) ``` -Then use it: -``` -python3 ./script.py --input old.dbpl --output new.dbpl -``` - ## License BSD-2c \ No newline at end of file -- cgit v1.2.3