diff --git a/README.md b/README.md index 694ae3e7..ac3fa0f0 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,19 @@ Whipper relies on the following packages in order to run correctly and provide a - [flac](https://xiph.org/flac/), for reading flac files - [sox](http://sox.sourceforge.net/), for track peak detection +Some dependencies aren't available in the PyPI. They can be probably installed using your distribution's package manager: + +- [cd-paranoia](https://www.gnu.org/software/libcdio/) +- [cdrdao](http://cdrdao.sourceforge.net/) +- [GObject Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection) +- [libsndfile](http://www.mega-nerd.com/libsndfile/) +- [flac](https://xiph.org/flac/) +- [sox](http://sox.sourceforge.net/) + +PyPI installable dependencies are listed in the [requirements.txt](https://github.com/whipper-team/whipper/blob/master/requirements.txt) file and can be installed issuing the following command: + +`pip install -r requirements.txt` + ### Fetching the source code Change to a directory where you want to put whipper source code (for example, `$HOME/dev/ext` or `$HOME/prefix/src`) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..fdd5a635 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +musicbrainzngs +mutagen +pycdio>0.20 +PyGObject +requests