@@ -36,23 +36,29 @@ If you use this package and/or its results, please cite the paper.
Installation
------------
Follow our `installation`_ instructions for installing ``conda`` and core Bob_ packages. Then, using the Python
from the installed conda environment, bootstrap and buildout this package::
The installation instructions are based on conda_ and works on **Linux** and **Mac OS** systems
only `Install conda`_ before continuing.
$ python bootstrap-buildout.py
$ ./bin/buildout
Once you have installed conda_, download the source code of this paper and
unpack it. Then, you can create a conda environment with the following
command::
$ cd bob.paper.interspeech_2016
$ conda env create -f environment.yml
$ source activate bob.paper.interspeech_2016 # activate the environment
$ python -c "import bob.bio.base" # test the installation
$ buildout
Contact
-------
This will install all the required software to reproduce this paper.
For questions or reporting issues to this software package, contact our
development `mailing list`_.
Documentation
-------------
For further documentation on this package, please read the `Documentation <https://www.idiap.ch/software/bob/docs/bob/bob.paper.btas_j2016/stable/index.html>`_.
For a list of tutorials on this or the other packages of Bob_, or information on submitting issues, asking questions and starting discussions, please visit its website.