From f824ec6285f37d9de824a2cb55e7d406a644fada Mon Sep 17 00:00:00 2001 From: Pratit Shivaji Todkar <41120689+pratit989@users.noreply.github.com> Date: Wed, 3 Feb 2021 06:56:04 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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```