Skip to content

Commit e326420

Browse files
Update setup file
1 parent c66b6dc commit e326420

File tree

9 files changed

+22
-5
lines changed

9 files changed

+22
-5
lines changed
Loading
Loading
Binary file not shown.
Loading
Loading
Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## Installing Python on Linux (Ubuntu/Debian)
1+
## Python Installation Guide Linux System (Ubuntu/Debian)
2+
3+
![Python Cover Photo](Images/linuxCover.png)
24

35
### Step 1: Update Packages
46

57
```bash
68
sudo apt update
79
```
810

9-
![Linux Update](screenshots/linux_update.png)
11+
<p>
12+
<img src="Images/update.png" alt="Download Python" width="500">
13+
</p>
1014

1115
---
1216

@@ -16,16 +20,29 @@ sudo apt update
1620
sudo apt install python3
1721
```
1822

19-
![Linux Install Python](screenshots/linux_install_python.png)
23+
<p>
24+
<img src="Images/install.png" alt="Download Python" width="500">
25+
</p>
2026

2127
---
2228

2329
### Step 3: Verify Installation
2430

2531
```bash
2632
python3 --version
33+
python3 -V
2734
```
2835

29-
![Linux Verify Python](screenshots/linux_verify_python.png)
36+
<p>
37+
<img src="Images/ VerifyPython.png" alt="Download Python" width="500">
38+
</p>
39+
40+
---
41+
42+
### All Set ✅
43+
44+
You’ve successfully installed Python on your system. **Happy coding!**
3045

3146
---
47+
48+
[Introduction to Python](https://github.com/codewithdhruba01/Learn-python-language/tree/master/01_Introduction)

00_Setup&installation/WinSetup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Python Installation Guide Windows System
22

3-
<img src="images/winCover.jpg" alt="Python on Windows" width= "500" height="250">
3+
![Python Cover Photo](images/winCover.png)
44

55
---
66

Binary file not shown.
Loading

0 commit comments

Comments
 (0)