# HG changeset patch # User Amine SEHILI # Date 1585688283 -7200 # Node ID 0cd0210a0daca03d56ffc2e9bd4782c3808b12de # Parent 5edf3f0ad2bc90804288d59f2386e224fd32ce0a Update README.rst diff -r 5edf3f0ad2bc -r 0cd0210a0dac README.rst --- 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 `_ : show progress bar while playing audio clips. -- `matplotlib `_ : plot audio signal and detections (see figures above ). +- `matplotlib `_ : plot audio signal and detections. - `numpy `_ : 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 -------------