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

without -r can't install requirements #547

Merged
merged 2 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`