Skip to content

Commit 74966c2

Browse files
authored
Update README.md
1 parent 022b88f commit 74966c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PyPhone is a fully Open Sourced Python Based GUI VoIP Calling App which enables
1515
3. Advance Hold Feature.
1616

1717
## How to use PyPhone?
18-
Since, PyPhone uses ngrok, it is required to make an account in [ngrok](https://ngrok.com/). PyPhone comes with Ngrok.
18+
Since, PyPhone uses ngrok, it is required to make an account in [ngrok](https://ngrok.com/). PyPhone does NOT come with ngrok. Download [ngrok](https://ngrok.com/download)
1919
### Modules:
2020
1. requests
2121
2. pyaudio
@@ -28,7 +28,7 @@ Since, PyPhone uses ngrok, it is required to make an account in [ngrok](https://
2828
1. Make a file named "ngrok.yml" in the same level as of PyPhone.py and add the following line:
2929
`authtoken: <YOUR_NGROK_AUTHTOKEN>`
3030
2. "config.cnf" contains the phone number of the user.
31-
3. Run PyPhone.py
31+
3. Download [ngrok](https://ngrok.com/download) and paste its executable in the modules folder.
3232
Also, PyPhone uses MySQL database for storing the phone numbers and requires additional setup.(This step will not be required once PyPhone's MySQL DB is setup)
3333
### Steps(MySQL DB):
3434
The MySQL requires the following setup:

0 commit comments

Comments
 (0)