From 49cfce637189d7c0a47f49d5a2c86811393c28fe Mon Sep 17 00:00:00 2001 From: Firstname Lastname Date: Wed, 18 Dec 2019 21:20:53 +0100 Subject: [PATCH] update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 557836e..fcf26b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ audio file and creates an xml file to listen to them as a podcast. ## Getting Started -Run python ydl.py -h or ydl -h (from binayr under dist/). +Run python ydl.py -h or ydl -h (from binary under dist/). ### Prerequisites @@ -13,7 +13,14 @@ Please check requirements.txt. ### Installing -Either use binary ydl in dist folder (under Linux OS only) or run python3 over ydl.py. +Install a virtual environment: +virtualenv --python=/usr/bin/python3 venv + +Activate virtual environment: +source venv/bin/activate + +Install requirements: +pip install -r requirements.txt ## Authors