File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
![ Python comman overview for big files] ( python_large_commands.png )
3
3
4
4
This project serves as a comprehensive guide to executing shell commands and handling files using Python.
5
- Installation. You can install Python through the official website: https://www.python.org/downloads/
5
+ Installation.
6
6
7
7
## Table of Contents
8
8
9
- - [ Installation] ( #installation-requiments )
9
+ - [ Installation] ( #installation )
10
10
- [ Usage] ( #usage )
11
11
- [ Install Requirements] ( #Install-requirements )
12
12
- [ Shell Commands with Python] ( #shell-commands-with-python )
@@ -35,7 +35,10 @@ Installation. You can install Python through the official website: https://www.p
35
35
36
36
37
37
38
- ## Install requiments
38
+ ## Installation
39
+ You can install Python through the official website: https://www.python.org/downloads/
40
+
41
+ #### Requiments
39
42
``` python
40
43
pip install PyPDF2 python- docx pandas beautifulsoup4
41
44
```
You can’t perform that action at this time.
0 commit comments