File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,21 @@ The **COBOL-to-Python Converter** is a utility tool that converts COBOL source c
15
15
16
16
## Getting Started
17
17
18
- ### Cloning the Repository
18
+ ### Prerequisites
19
19
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.
21
22
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.
26
33
27
34
# ## Usage
28
35
You can’t perform that action at this time.
0 commit comments