From 75b61429a35efde1c49925d81bbe6d5845cc99da Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 20 Mar 2022 21:19:06 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 63e183c..1979107 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,15 @@ pip install -r requirements.txt ``` And you're good to go. + +## Usage + +To use the script, download it to the local machine, create the virtual environment as described +under ```Dependencies``` and then you can run the script with the command: + +```bash +python3 ./scraper.py --target +``` + +where `````` is the folder you want your new music collection to reside, and +`````` is the name of the xml file containing your iTunes library data.