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

Commit 79294db

Browse files
authored
Merge pull request #547 from NAndras95/master
without -r can't install requirements
2 parents 2dbd273 + 5477f39 commit 79294db

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

projects/AudioBook/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AudioBook
2+
3+
### Description
4+
This application will make an mp3 based on you pdf file.
5+
6+
### Instal the requirements
7+
```
8+
pip install gtts
9+
pip install PyPDF2
10+
```
11+
### Dun the application
12+
```
13+
python Audio-book.py
14+
```

projects/Todo_app/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# To run app
88
- Create virtual Environment
99
- Install requirements
10-
`pip install requirements.txt`
10+
`pip install -r requirements.txt`
1111
- run app
1212
`py app.py`

0 commit comments

Comments
 (0)