# Dev environment installation This documentation deals with the manual installation of components for developement of JARVIS. ## System tools ## Audio tools ``` sudo apt-get install libsmpeg0 ``` ## Text to spreech engine Install pico2wave on Linux ``` apt-get install libtts-pico-utils sudo apt-get install libsmpeg0 ``` 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 pip install pygame pip install python2-pythondialog ```