From 9d7c5de7df7a8b3db0d099e3d6943cd73f1f3224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Chauveau?= Date: Wed, 11 Mar 2020 15:00:00 +0100 Subject: [PATCH] README.md update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24fada4..92ada3c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Music album web page generator : 1 folder with music files + 1 cover image = 1 single page app with audio player +# Installation + +``` +$ python3 -m venv labelize-env +$ . ./labelize-env/bin/activate +$ pip install -r requirements.txt + +``` # Usage @@ -13,4 +21,4 @@ $ python labelize.py inputDirectory outputDirectory **Dev** : CHOJ -**UI Design** : CDRC LCHRZ \ No newline at end of file +**UI Design** : CDRC LCHRZ