Mercurial > hg > auditok
annotate INSTALL @ 447:2f59d326cc0d
Update CHANGELOG
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Thu, 31 Oct 2024 10:02:21 +0100 |
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 |