Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Installation

iondel edited this page Aug 24, 2016 · 4 revisions

Installation

Prerequisites

AMDTK is written in Python 3. To facilitate the installation process, we strongly recommend to install Anaconda. If you don't want to install Anaconda, you will have to change the install.sh script. The recipes also rely on HTK for features extraction and lattice generation. Because of HTK license agreement, we let its installation to the responsibility of the user. Before to run AMDTK's recipes, make sure that your PATH variable include HTK's binaries.

Installing AMDTK

Once you have a working Anaconda distribution, go to the amdtk root directory and run:

./install.sh -p path_to_anaconda_directory

The installation script will create a specific Anaconda environment named "py35_amdtk". All the dependencies required to run AMDTK will be installed in this specific environment. You can install AMDTK on a specific environment by running:

./install.sh -p path_to_anaconda_directory -e environment_name
Clone this wiki locally