From 6c8ce0dacde97db00d29b1b481e58fc938edf334 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 23 Apr 2016 18:51:32 +0300 Subject: Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caaf8f6..fad6c2d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,16 @@ POC for youtube-dl-as-a-Service ## Usage -Probably want to run this in a virtualenv: +Install the requirements, ideally inside a virtualenv: ```bash $ pip install -r requirements.txt +``` + +Run the server: + +```bash $ python yaas.py ``` + +Enjoy at [http://127.0.0.1:5000/](http://127.0.0.1:5000/). Files are saved locally on disk at `static/vids`. Totally unsecure; prone to abuse; use wisely. -- cgit v1.3.1