Skip to content

Commit 490aa2c

Browse files
authored
Update README.md
1 parent d9c25e9 commit 490aa2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

4.cool18-Article2epub/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
```
66
c2epub.py --> the main executor
77
config.ini --> config file
8-
req.txt --> requiremnt file for pip3
98
```
109

1110
### How to use
1211

1312
1. clone or download this repo
1413
2. navigate to this folder
15-
3. ```pip3 install -r req.txt```
14+
3. ```pip3 install bs4 lxml requests pysocks html2epub```
1615
4. edit config.txt to set the proxy and other options
1716
5. ```./c2epub.py "article url here"```
1817

0 commit comments

Comments
 (0)