diff --git a/README.md b/README.md index 79f71c2..2101d9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ -# DesktopAssitant +# Desktop Assistant A Virtual Desktop Assistant Written in Python.
It's generally a basic virtual assistant
The basic purpose of this is to make work easier as it re-directs you to various main sites and performs various important functions for your PC as well just install it for your system and run it in your code editor or IDE. I will be soon updating it as an application for MacOS, Linux and Windows. Until then you can follow the Contributing Guidelines and Contribute into this Desktop Assistant.
+# Installing : + +- Clone the repo to make it available on your local system by using ```git clone ``` +- cd into the project directory i.e - ```cd DesktopAssitant``` +- install requirements.txt ```pip install -r requirements.txt``` + + + # Contributing Guidelines :
- We are Open for Pull Requests - Please contribute and add value to the code diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..83f9283 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +PyAudio==0.2.11 +pygame==2.0.1 +pyttsx3==2.90 +SpeechRecognition==3.8.1 +wikipedia==1.4.0