# HG changeset patch # User Amine Sehili # Date 1730358568 -3600 # Node ID 439463d9cdda807c758ffde1acb6bb8fdebc824e # Parent 3a4a57e879967f16770b382b95c4526c2fc53611 Update installation instructions diff -r 3a4a57e87996 -r 439463d9cdda INSTALL --- a/INSTALL Wed Oct 30 23:13:36 2024 +0100 +++ b/INSTALL Thu Oct 31 08:09:28 2024 +0100 @@ -4,6 +4,10 @@ ### Install the latest version on Github + pip install git+https://github.com/amsehili/auditok + +or: + git clone https://github.com/amsehili/auditok.git cd auditok - sudo python setup.py install + python setup.py install