annotate INSTALL @ 335:8220dfaa03c6

Remove deprecated methods in AudioSource
author Amine Sehili <amine.sehili@gmail.com>
date Sat, 26 Oct 2019 16:18:44 +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