### Install Allosaurus from Source Source: https://github.com/xinjli/allosaurus/blob/master/README.md Installs Allosaurus by cloning the repository and running the setup script. This method is useful for developers who want to modify the source code. ```bash python setup.py install ``` -------------------------------- ### Install Allosaurus Library Source: https://context7.com/xinjli/allosaurus/llms.txt Instructions for installing the Allosaurus package via pip or from the source repository. ```bash pip install allosaurus ``` ```bash git clone https://github.com/xinjli/allosaurus.git cd allosaurus python setup.py install ``` -------------------------------- ### Install Allosaurus using Pip Source: https://github.com/xinjli/allosaurus/blob/master/README.md Installs the Allosaurus library using pip, making it available for use in your Python projects. This is the recommended method for most users. ```bash pip install allosaurus ``` -------------------------------- ### Quick Start Inference with Allosaurus CLI Source: https://github.com/xinjli/allosaurus/blob/master/README.md Performs phone recognition on an audio file using the Allosaurus command-line interface. The input is an audio file, and the output is a sequence of phones. ```bash python -m allosaurus.run -i