dev_env_install.md 707 B

Dev environment installation

This documentation aims at explaining the step by step manual deployment of JARVIS.

Tested env

  • Ubuntu 16.04

Prerequisite

Packages installation

On Ubuntu distribution:

sudo apt-get install python-pip python-dev libsmpeg0 libttspico-utils libsmpeg0 flac dialog

Python lib

Install libs

pip install SpeechRecognition
pip install pyaudio
pip install ansible
pip install pygame
pip install python2-pythondialog
pip install jinja

Test your env

Run the follwing command to capture audio from your microphone


Then play the recorded audio file


Installation

Clone the project

git clone <TODO set github address>