File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,16 @@ Agriculture faces multiple adversities—including unpredictable weather, pest i
100100sudo 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
107109sudo apt install software-properties-common -y
108110```
109111
110- ## Add Python 3.9 Repository:
112+ ** Add Python 3.9 Repository:**
111113
112114``` bash
113115sudo add-apt-repository ppa:deadsnakes/ppa -y
@@ -119,7 +121,7 @@ sudo add-apt-repository ppa:deadsnakes/ppa -y
119121sudo apt install python3.9 -y
120122```
121123
122- ## Verify Installation:
124+ ** Verify Installation:**
123125
124126``` bash
125127python3.9 --version
@@ -129,7 +131,8 @@ The output should display `Python 3.9.x` (where `x` is the minor version number)
129131
130132For 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 ```
You can’t perform that action at this time.
0 commit comments