Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawaz-Khan-R authored Feb 24, 2024
1 parent b205231 commit d74cbe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ The PDF to Audio Converter is a web application built with Flask that allows use
To run the PDF to Audio Converter locally:
1. Clone this repository.
2. Open your terminal.
3. Install the required dependencies (`pip install pyttsx3 PyPDF2 flask`).
3. Install the required dependencies `pip install pyttsx3 PyPDF2 flask`.
4. Go to the path where the main.py file is located.
5. Run the Flask application (`python app.py`).
6. Access the application in your web browser (`http://localhost:5000` by default).
5. Run the Flask application `python app.py`.
6. Access the application in your web browser `http://localhost:5000` (by default).

## Technologies Used

Expand Down

0 comments on commit d74cbe9

Please sign in to comment.