From 2df8d6bf3efe3907da82028db44a6818e1d279a7 Mon Sep 17 00:00:00 2001 From: Mohit Jain Date: Fri, 25 Mar 2016 01:52:36 +0530 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a0447c2..dd46806 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,23 @@ If you are not sure what MFCCs are, and would like to know more have a look at t Documentation for this project can be found here: http://python-speech-features.readthedocs.org/en/latest/ +--- +Installation +----------------------------- +First, clone this repository to your local machine using the following command. +``` +$> git clone https://github.com/jameslyons/python_speech_features.git +``` +Now, from inside the cloned repository, build and install the package. +``` +$> cd python_speech_features +$> python setup.py build +$> sudo python setup.py install +``` +and that's it! You can now import these features in python. + +--- + Supported features: - Mel Frequency Cepstral Coefficients