Mercurial > hg > auditok
annotate INSTALL @ 455:7dae98b84cdd tip master
Merge branch 'master' of https://github.com/amsehili/auditok
author | www-data <www-data@c4dm-xenserv-virt2.eecs.qmul.ac.uk> |
---|---|
date | Tue, 03 Dec 2024 09:18:01 +0000 |
parents | 439463d9cdda |
children |
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@440 | 7 pip install git+https://github.com/amsehili/auditok |
amine@440 | 8 |
amine@440 | 9 or: |
amine@440 | 10 |
amine@50 | 11 git clone https://github.com/amsehili/auditok.git |
amine@50 | 12 cd auditok |
amine@440 | 13 python setup.py install |