diff --git a/README.md b/README.md index 6483cf5..3ee3d9f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # J.A.R.V.I.S Virtual Assistant [ A Butler For PC Users ] + +It is an effort to create a more helpful but maybe not as sophistacated as others out there or not as human Virtual Assistant for PC users. + +**Requirments** +1. Python 3.7.x +2. Visual Studio C++ Build Tools +3. Visual Studio Community or Professional or Enterprise + +**Installation Procedure** +1. Install PyAudio wheel. +2. Install required modules from requirements.txt by running the following command from the project folder. +```pip install -r requirements.txt``` +3. Run ```JARVIS_MARK_II.py```