Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 79294db

Browse files
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‎

Lines changed: 14 additions & 0 deletions
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /