This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#New Environment for Audio - Speech - Crawling | |
#conda env remove -n pyassist | |
#pyassist deactivate | |
#conda install python==3.6 | |
conda create -n pyassist python=3.6 anaconda | |
activate pyassist | |
pip install spyder | |
pip install pyttsx3 | |
pip install msgpack-python | |
pip install SpeechRecognition | |
pip install PyAudio | |
pip install pocketsphinx | |
pip install pypiwin32 | |
pip install bs4 | |
pip install pafy | |
pip install youtube-dl | |
pip install vlc | |
pip install python-vlc | |
pip install pywin32 | |
#vlc 64 bit download and install |
No comments:
Post a Comment