Skip to content

Commit 78c1815

Browse files
Update README.md
1 parent 8a4edcb commit 78c1815

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Python-Workshop
22
Python Workshop codes
3+
4+
# Run the code
5+
6+
- Dowwnload the code
7+
- Install Python 3.x.x if not installed https://www.python.org/downloads/
8+
- Open your terminal/command propt (CTRL+T in Ubuntu ,Windows WIN+R then type cmd then enter)
9+
- Check Python is Configured or not by using
10+
`Python --version` or `Python3 --version`
11+
12+
ouput - `Python 3.x.x`
13+
14+
- Run the code using `Python <filename>.py` or `Python <filename>.py`
15+

0 commit comments

Comments
 (0)