mediatechlab / tts-wrapper

TTS-Wrapper makes it easier to use text-to-speech APIs by providing a unified and easy-to-use interface.
MIT License
14 stars 9 forks source link

Install - bad pattern #20

Open willwade opened 1 year ago

willwade commented 1 year ago

Prerequisites

For more information, see the contributing guide.

Description

I'm running pip install TTS-Wrapper[google, watson] But I get zsh: bad pattern: TTS-Wrapper[google,

Running under 3.10 MacOS

gbottari commented 1 year ago

Hi, Will. Thanks for your interest in the project. I think zsh is having trouble with the brackets. Try using quotes like this: pip install "TTS-Wrapper[google, watson]"

willwade commented 1 year ago

perfect! Solved! (Guess may be worth updating the docs!)