Skip to content

Commit 4bb94a7

Browse files
committed
Update README.md
1 parent 0e05f2f commit 4bb94a7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ The **COBOL-to-Python Converter** is a utility tool that converts COBOL source c
1515

1616
## Getting Started
1717

18-
### Cloning the Repository
18+
### Prerequisites
1919

20-
Clone this repository using the following command:
20+
- Python 3.7 or higher installed on your system. You can download it [here](https://www.python.org/downloads/).
21+
- Basic knowledge of running Python scripts via the command line.
2122

22-
```bash
23-
git clone https://github.com/Cod-e-Codes/cobol-to-python.git
24-
cd cobol-to-python
25-
```
23+
### Installation
24+
25+
1. Clone the repository:
26+
27+
```bash
28+
git clone https://github.com/Cod-e-Codes/cobol-to-python.git
29+
cd cobol-to-python
30+
```
31+
32+
2. No additional installations are required for this project.
2633

2734
### Usage
2835

0 commit comments

Comments
 (0)