forked from shashank-mishra219/Python-Complete-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPython Installation
More file actions
19 lines (12 loc) · 462 Bytes
/
Copy pathPython Installation
File metadata and controls
19 lines (12 loc) · 462 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# First verify if Python & Pip already installed
python3 --version
pip3 --version
# Install Python in windows
https://docs.python-guide.org/starting/install3/win/
# Install Python in Linux
https://docs.python-guide.org/starting/install3/linux/
# Install Python in Mac
https://docs.python-guide.org/starting/install3/osx/
# If facing any diffculties then simply use Online IDE
# Download PyCharm
https://www.jetbrains.com/pycharm/download/#section=windows