From 3a61960e5fea0977ad7c1a333058bed7b4671487 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Tue, 2 Apr 2019 15:27:22 +0000 Subject: [PATCH] Add git/mercurial dependency to the README Building or running whipper uninstalled requires setuptools-scm (since #370): which depends on git (or mercurial) in order to to its job. Fixes #386. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 758b54e..70da85a 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ Some dependencies aren't available in the PyPI. They can be probably installed u - [libsndfile](http://www.mega-nerd.com/libsndfile/) - [flac](https://xiph.org/flac/) - [sox](http://sox.sourceforge.net/) +- [git](https://git-scm.com/) or [mercurial](https://www.mercurial-scm.org/) + - Required either when running whipper without installing it or when building it from its source code (code cloned from a git/mercurial repository). 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: