Skip to content

Commit a09845d

Browse files
authored
Update README.md
1 parent 962a77c commit a09845d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@
4646
| [Simple Calculator](https://github.com/Mr-DS-ML-85/extreme-beginner-python-projects/blob/main/projects/simple_calculator.py) | - Ask for two numbers and an operator (+, -,*, /, ** ).<br> <br>- Use `if` to perform the calculation. | simple_calculator.py | N/A |
4747

4848
---
49-
49+
## How to Download :
50+
- ⬇️Download Zip from Releases
51+
- 🖇️ Unzip it
52+
- 👆🖱️Right Click On the Ziped folder
53+
- 👆 Click "Show More options"
54+
- 🖱️ Click open with Example VS Code, PyCharm, Sublime, Zed
5055
## Requirements :
5156
- ✅ Must Know how to use IDEs (Example VS Code,PyCharm,Sublime Text,Zed Etc)
5257
- ✅ Learn print(), F-strings, Variables, Data types, lower()
@@ -58,6 +63,7 @@
5863
- ✅ Learn Nested if-else-elif statements
5964
- ✅ Learn "and" "or" "not" conditions
6065
- ✅ Learn integer,float,Strings, and Boolean Expressions
66+
6167
### Tips :
6268
- ✅ Make a Dump folder that can be used to test small code
6369
- ✅ Make a Test Folder for Testing the Project and then finally add the complete code on outside this folders

0 commit comments

Comments
 (0)