Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c66b6dc

Browse files
add setup instructions guide
1 parent 631bc02 commit c66b6dc

File tree

9 files changed

+94
-0
lines changed

9 files changed

+94
-0
lines changed
253 KB
Loading[フレーム]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Installing Python on Linux (Ubuntu/Debian)
2+
3+
### Step 1: Update Packages
4+
5+
```bash
6+
sudo apt update
7+
```
8+
9+
![Linux Update](screenshots/linux_update.png)
10+
11+
---
12+
13+
### Step 2: Install Python
14+
15+
```bash
16+
sudo apt install python3
17+
```
18+
19+
![Linux Install Python](screenshots/linux_install_python.png)
20+
21+
---
22+
23+
### Step 3: Verify Installation
24+
25+
```bash
26+
python3 --version
27+
```
28+
29+
![Linux Verify Python](screenshots/linux_verify_python.png)
30+
31+
---
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## Python Installation Guide Windows System
2+
3+
<img src="images/winCover.jpg" alt="Python on Windows" width= "500" height="250">
4+
5+
---
6+
7+
#### This guide will help you install **Python** step by step on **Windows** systems. Each step includes clear instructions and screenshots to help you.
8+
9+
10+
## Installing Python on Windows
11+
12+
> **Step 1:** Go to the official Python website: [https://www.python.org/downloads/](https://www.python.org/downloads/)
13+
14+
> **Step 2:** Click the Download Python button (You can Download any version as your requirement.)
15+
16+
<p>
17+
<img src="images/setup1.png" alt="Download Python" width="500">
18+
</p>
19+
20+
> **Step 3:** Open the downloaded `.exe` file.
21+
22+
> **Step 4:** Make sure check the box that says **Add Python to PATH**.
23+
24+
<p>
25+
<img src="images/setup2.jpg" alt="Add Python to PATH" width="500">
26+
</p>
27+
28+
29+
> **Step 5:** Once you click the Install Now button, the Python setup will begin **installing Python on your Windows system.** During this process, you will see a **progress window** like the one below.
30+
31+
<p>
32+
<img src="images/setup3.jpg" alt="Progress window" width="500">
33+
</p>
34+
35+
> **Step 6:** Once the installation is complete, Python will be successfully installed on your Windows system. A confirmation message will appear indicating the successful setup.
36+
37+
<p>
38+
<img src="images/setup4.jpg" alt="Installation" width="500">
39+
</p>
40+
41+
### Verify Installation
42+
43+
> **Step 8:** Open **Command Prompt** and type:
44+
45+
```
46+
python --version
47+
python -V
48+
```
49+
50+
You should see the **Python version displayed.**
51+
52+
<p>
53+
<img src="images/cmd.png" alt="Python on Windows" width="500">
54+
</p>
55+
56+
57+
### All Set ✅
58+
59+
You’ve successfully installed Python on your system. **Happy coding!**
60+
61+
---
62+
63+
[Introduction to Python](https://github.com/codewithdhruba01/Learn-python-language/tree/master/01_Introduction)
13.6 KB
Loading[フレーム]
78.4 KB
Loading[フレーム]
38.7 KB
Loading[フレーム]
22.3 KB
Loading[フレーム]
44.8 KB
Loading[フレーム]
263 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /