Skip to content

Commit d8fd2ee

Browse files
authored
Update README.md
1 parent 5485d1e commit d8fd2ee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
![Python comman overview for big files](python_large_commands.png)
33

44
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.
66

77
## Table of Contents
88

9-
- [Installation](#installation-requiments)
9+
- [Installation](#installation)
1010
- [Usage](#usage)
1111
- [Install Requirements](#Install-requirements)
1212
- [Shell Commands with Python](#shell-commands-with-python)
@@ -35,7 +35,10 @@ Installation. You can install Python through the official website: https://www.p
3535

3636

3737

38-
## Install requiments
38+
## Installation
39+
You can install Python through the official website: https://www.python.org/downloads/
40+
41+
#### Requiments
3942
```python
4043
pip install PyPDF2 python-docx pandas beautifulsoup4
4144
```

0 commit comments

Comments
 (0)