aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
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