Skip to content

Commit dea8918

Browse files
author
Riya H
authored
Update index.html
1 parent 1190f65 commit dea8918

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<body>
138138
<div class="scanlines"></div>
139139

140-
<h1><span style="font-family: Arial;"><b># #</b></span> Python Repository <span style="font-family: Arial;"># #</span></h1>
140+
<h1><span style="font-family: Arial;"><b>##</b></span> Python Repository <span style="font-family: Arial;">##</span></h1>
141141

142142
<div class="box">
143143
<h2>🐍 Python Overview</h2>
@@ -147,7 +147,7 @@ <h2>🐍 Python Overview</h2>
147147
</div>
148148

149149
<div class="box">
150-
<h2>📁 Sub-folders in the repository</h2>
150+
<h2>📁 Sub-folders</h2>
151151
<ul>
152152
<li><a href="https://github.com/rh3nium/Python/tree/main/Dictionaries">Dictionaries</a></li>
153153
<li><a href="https://github.com/rh3nium/Python/tree/main/For%20Loop">For Loop</a></li>
@@ -178,5 +178,17 @@ <h2>🧩 Steps to Clone and Run this Repository</h2>
178178
</li>
179179
</ol>
180180
</div>
181+
182+
<div class="box">
183+
<h2>💻 Python IDLE Installation and Setup</h2>
184+
<p>Steps to download and set up the Python Integrated Development Environment:</p>
185+
<ol>
186+
<li>Visit the official Python website's Downloads page: <a href="https://www.python.org/downloads/">https://www.python.org/downloads/</a></li>
187+
<li>Choose the correct Python version for your device.</li>
188+
<li>Click the <b>'Download Python'</b> button in yellow color.</li>
189+
<li>Open the downloaded file and go through a few more steps in the installation process in a pop-up window.</li>
190+
<li>Run the Python IDLE application.</li>
191+
</ol>
192+
</div>
181193
</body>
182194
</html>

0 commit comments

Comments
 (0)