@@ -10,27 +10,25 @@ This GPL v3 package contains tool to build a speaker diarization system.
PREREQUISITES
=============
Diarization requires the following software installed for your platform:
1) Python__
__ http://www.python.org
2) NumPy__
__ http://www.numpy.org/
3) Scipy__
__ http://http://www.scipy.org/
4) Pandas__
__ http://http://www.pandas.org/
4) If you want to build the documentation: Sphinx__ 1.1.0 or newer
__ http://http://sphinx-doc.org/
*Sidekit for Diarization* requires the following software installed for your platform:
1.[Python](http://www.python.org)
2.[NumPy](http://www.numpy.org/)
3.[Scipy](http://http://www.scipy.org/)
4.[Pandas](http://http://www.pandas.org/)
5.[GLPK](https://www.gnu.org/software/glpk/)
6. If you want to build the documentation: [Sphinx 1.1.0 or newer](http://http://sphinx-doc.org/)
INSTALLATION
============
We recommend the use of a virtual environment (e.g. [Miniconda](https://conda.io/miniconda.html) or [Virtualenv](https://virtualenv.readthedocs.io/en/latest/)).
After downloading the project, install the requirements with:
```
pip install -r requirements.txt
```
Then proceed to install s4d:
```
./install.sh
```
Once done, you can take a look at the [tutorials](https://git-lium.univ-lemans.fr/Meignier/s4d/tree/master/tutorials).