Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #547 from NAndras95/master
Browse files Browse the repository at this point in the history
without -r can't install requirements
  • Loading branch information
chavarera committed Dec 3, 2021
2 parents 2dbd273 + 5477f39 commit 79294db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions projects/AudioBook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AudioBook

### Description
This application will make an mp3 based on you pdf file.

### Instal the requirements
```
pip install gtts
pip install PyPDF2
```
### Dun the application
```
python Audio-book.py
```
2 changes: 1 addition & 1 deletion projects/Todo_app/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# To run app
- Create virtual Environment
- Install requirements
`pip install requirements.txt`
`pip install -r requirements.txt`
- run app
`py app.py`

0 comments on commit 79294db

Please sign in to comment.