annotate INSTALL @ 167:d45f4caca5f2

Move position setters/getters to Rewindable
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 05 Mar 2019 20:44:03 +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