changeset 440:439463d9cdda

Update installation instructions
author Amine Sehili <amine.sehili@gmail.com>
date Thu, 31 Oct 2024 08:09:28 +0100
parents 3a4a57e87996
children 6cf3ea23fadb
files INSTALL
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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