Skip to content

Commit 41ca4d1

Browse files
authored
Update README.md
Updated
1 parent b2ce5ec commit 41ca4d1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,16 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
100100
sudo apt update && sudo apt upgrade -y
101101
```
102102

103-
## Install Required Dependencies:
103+
### Python:
104+
105+
**Install Required Dependencies:**
106+
104107

105-
# Python:
106108
```bash
107109
sudo apt install software-properties-common -y
108110
```
109111

110-
## Add Python 3.9 Repository:
112+
**Add Python 3.9 Repository:**
111113

112114
```bash
113115
sudo add-apt-repository ppa:deadsnakes/ppa -y
@@ -119,7 +121,7 @@ sudo add-apt-repository ppa:deadsnakes/ppa -y
119121
sudo apt install python3.9 -y
120122
```
121123

122-
## Verify Installation:
124+
**Verify Installation:**
123125

124126
```bash
125127
python3.9 --version
@@ -129,7 +131,8 @@ The output should display `Python 3.9.x` (where `x` is the minor version number)
129131

130132
For further details and advanced configurations, please refer to the [Python Official Documentation](https://docs.python.org/3.9/).
131133
```
132-
# Nodejs:
134+
### Nodejs:
135+
133136
```bash
134137
npm install
135138
```

0 commit comments

Comments
 (0)