changeset 354:0cd0210a0dac

Update README.rst
author Amine SEHILI <amsehili@users.noreply.github.com>
date Tue, 31 Mar 2020 22:58:03 +0200
parents 5edf3f0ad2bc
children f003d33dc5a9
files README.rst
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Tue Mar 31 22:46:30 2020 +0200
+++ b/README.rst	Tue Mar 31 22:58:03 2020 +0200
@@ -20,7 +20,7 @@
 
 - `tqdm <https://github.com/tqdm/tqdm>`_ : show progress bar while playing audio clips.
 
-- `matplotlib <http://matplotlib.org/>`_ : plot audio signal and detections (see figures above ).
+- `matplotlib <http://matplotlib.org/>`_ : plot audio signal and detections.
 
 - `numpy <http://www.numpy.org>`_ : required by matplotlib. Also used for some math operations instead of standard python if available.
 
@@ -29,9 +29,8 @@
 
 .. code:: bash
 
-    git clone https://github.com/amsehili/auditok.git
-    cd auditok
-    python setup.py install
+    pip install git+https://github.com/amsehili/auditok
+
 
 Basic example
 -------------