From 25fa419abf791faa06b6c6e2d7d297a6e5b43a50 Mon Sep 17 00:00:00 2001 From: Seppi Date: Mon, 17 Feb 2014 21:11:39 -0500 Subject: [PATCH] Adding dependency information Adding dependency information so the repo can better stand on it's own. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f2e4ee1..7763060 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,22 @@ optional arguments: * Initialize the IPod Directory tree * Using the --rename-unicode flag, filenames with strange characters and different language are renamed which avoids the script to crash with a Unicode Error +#### Dependencies + +This script requires: + +* [Python 2.7](http://www.python.org/download/releases/2.7/) +* [Mutagen](https://code.google.com/p/mutagen/) +* [PicoSpeaker](http://picospeaker.tk/readme.php) + +##### Ubuntu + +`apt-get install python-mutagen libttspico*` + +##### Arch Linux + +From the **Extra** repository: `pacman -S python2 mutagen` and from the AUR: `svox-pico-git` ([link](https://aur.archlinux.org/packages/svox-pico-git/)) + ##TODO * Last.fm Scrobbler * Qt frontend