aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2018-10-04 23:51:54 +0200
committerneodarz <neodarz@neodarz.net>2018-10-06 18:12:14 +0200
commit440f1a26ef243f83f1bb2ce43d3e0e7835cf1c1a (patch)
tree1b5c753ad4742c229637ab4c1b850247f349ff5a /README.md
parent9745989d7c25c7582885b43d07123fcf1f02bd39 (diff)
downloadarte.tv-dl-440f1a26ef243f83f1bb2ce43d3e0e7835cf1c1a.tar.xz
arte.tv-dl-440f1a26ef243f83f1bb2ce43d3e0e7835cf1c1a.zip
Introduce python packaging
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21ccef3..4ec32b7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,14 @@ This little script can download a video from arte.tv website.
Juste run the following command for install requirements on your system:
```
-pip install -r requirements.txt
+pip install pbr
+pip install .
```
## Usage
```
-./arte.tv-dl.sh <arte.tv_link>
+arte_tv
```
## Licence