# Dev environment installation This documentation deals with the manual installation of components for developement of JARVIS. ## System tools ## Text to spreech engine Install pico2wave on Linux ``` apt-get install libtts-pico-utils ``` install audio utils ``` apt-get install flac ``` ## Python lib You must have python pip to install library ``` ``` Then install libs ``` pip install SpeechRecognition pip install pyaudio pip install ansible ```