annotate INSTALL @ 114:87db8004ca23

Add function to load compressed audio formats with pydub
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 22 Jan 2019 20:22:32 +0100
parents 308c89235a2e
children 439463d9cdda
rev   line source
amine@50 1 ### Install via pip
amine@2 2
amine@50 3 sudo pip install auditok
amine@2 4
amine@50 5 ### Install the latest version on Github
amine@50 6
amine@50 7 git clone https://github.com/amsehili/auditok.git
amine@50 8 cd auditok
amine@50 9 sudo python setup.py install