Add files via upload

This commit is contained in:
Puranjay Savar Mattas
2020-12-15 21:25:19 +05:30
committed by GitHub
parent bd5e722ee4
commit c1f1151e41

View File

@@ -26,6 +26,8 @@ to see if you find any issue that matches your which is already
resolved before opening an issues.
## Steps:
### For Windows users:
1. Open PyCharm & create a new project with your virtual environment ready.
2. Open the terminal and paste the following in sequential order line by line(Execute it one by one):
@@ -44,4 +46,10 @@ _Install this if necessary (Only when the code gives error)_
`pip install pyaudio`
3. Copy the code given in main.py (in this git) & you will have the code up & running on your pc.
4. If you want to learn how this code actually works the go watch my YouTube video for a better understanding.
4. If you want to learn how this code actually works the go watch my YouTube video for a better understanding.
### For Linux/MacOs users:
1. Learn all the above commands on terminal.
2. Make sure to use pip3, because in linux pip refers for python2 and pip3 refers to python3.
3. Install these too - `pip3 install pyAudio`