Skip to content

Commit 2b877db

Browse files
authored
Update README.md
Added procedures to install this repository
1 parent cf8d645 commit 2b877db

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Python Assistant (PA)
2+
23
Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
34

45
## Features
@@ -63,7 +64,29 @@ Python Assistant (PA) is a voice command based assistant service written in Pyth
6364

6465
* Searching anything on the internet [e.g. 'search Python', 'search uttar pradesh']
6566

66-
## Contributing
67+
## Requirements
68+
69+
Python version 3.9+ or higher
70+
71+
Either you can use CLI or you can use IDE (like PyCharm)
72+
73+
## Installation
74+
75+
Press the Fork button, to save a copy of this repository on your GitHub account
76+
77+
OR
78+
79+
Download this repository by clicking on Download ZIP inside the Code button
80+
81+
OR
82+
83+
Clone this repository by typing `git clone https://github.com/Umesh-01/Python-Assistant.git` command in git bash
84+
85+
86+
## Contributing
87+
6788
PRs are welcome 🙂
6889

69-
Try to follow PEP 8 guidelines and add comments!!
90+
If you find any issue just put it in the issue section
91+
92+
Try to follow PEP 8 guidelines and add comments!!

0 commit comments

Comments
 (0)