How can I install gTTS so I can use:
from gtts import gTTS
in python? I've tried it, and tried
pip install gtts
in cmd, but it says that pip is not a recognised command.
How can I install gTTS so I can use:
from gtts import gTTS
in python? I've tried it, and tried
pip install gtts
in cmd, but it says that pip is not a recognised command.
Try
python -m pip install gtts
What the error means is that you do not have pip in your path.
Firstly Install pycharm ...then u can install gtts or more libraries easily by using pip install command or with help of setting also
You have to install pip, and then you can install gtts, and numpy, and anything else