-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
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.
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