/ Installation / Fundamentals / Production / Tutorials / Software / Home
1.7.2 Testing: Downloading and Extracting
Section 1.7.2: Downloading and Extracting

First, you'll need to download the tar archive that contains the example files. Download the file here. This file is about 70M packed and 200M unpacked.

To unpack the file, run the command:
    tar zxvf tutorial_examples_v00.tar.gz
This will create a directory called examples. Now, you need to set the environmental variable, ISIP_TUTORIAL. To do this, run the command:
    export ISIP_TUTORIAL=$PWD/examples
To make sure the path was set correctly, run:
    echo $ISIP_TUTORIAL
This should display the path of the tutorial example files.

Congratulations! You've now successfully installed the production system and the tutorial examples. Now you're ready to dive into the exciting world of speech recognition!
   
Table of Contents   Section Contents   Previous Page Up Next Page
      Glossary / Help / Support / Site Map / Contact Us / ISIP Home