From 3f544189ffa13a18ade7e397f219ca4b7f67c859 Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Tue, 4 May 2021 21:37:25 -0500 Subject: [PATCH] readme: update for requirements.txt --- README.md | 7 +++---- requirements.txt | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index cdeaec9..846c056 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Helpful scripts to get information from http://metal-archives.com ## installation 1. install `python3` and `python3-pip` from your package manager (UNIX), or http://python.org/getit/windows (Windows) -2. install the required libs: `pip3 install urllib bs4 requests lyricfetcher` -3. put them somewhere in your $PATH, (or alternatively run `sudo make install`) +2. install the required libs: `pip3 install -r requirements.txt` +3. put them somewhere in your `$PATH`, (or alternatively run `sudo make install`) ## screenshots @@ -36,6 +36,5 @@ Helpful scripts to get information from http://metal-archives.com ------ -Originally these were methods from http://github.com/mitchweaver/diskvlt-bot - +Originally these were methods from an old chat bot. But as they are so handy, I now use them to categorize and tag my music. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9572070 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +bs4 +html5lib +requests +lyricfetcher