I am learning Python from the Internet. I have downloaded Python 3.6 and Spyder from Anaconda. Using Windows 10 device. I need to install speech recognition library, using code:
sudo pip SpeechRecognition
and for that I am not able to use Spyder.It shows a syntax error. I need to open the python terminal.
pip installorconda installsince you've had Anaconda installed.pipnorcondacommands is executed in Python.