Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 469 Bytes

PySpeechColab

A library of speech gadgets.

Installation

Installing from PyPI

PySpeechColab could be installed with pip conveniently:

pip install speechcolab

Development installation

You can also clone this repo and install it with pip install -e:

# Clone the GitHub repo
git clone [email protected]:SpeechColab/PySpeechColab.git
cd PySpeechColab

# Install with pip
pip install -e '.[dev]'

# Run unit tests
pytest