Step1: Search "python install" in Browser and download python 3.9.5(www.python.org)
during installation,
- checked the option - add python 3.9 to path
- install now
- yes
- close
Step2: Search "VS Code install" in browser. (IDE cum source code editor)code.visualstudio.com
For my case, its windows 64 bit. (my pc --> right click properties-->check 32/64 bit)
During installation,
- I accept the agreement
- check all the 4 options in delect additional sections
- next
- install
- uncheck launch vs code
- finish
Step3: open windows power shell/CMD and validate as following:
>python
>>>exit()
>python --version
python 3.9.5
>pip
No comments:
Post a Comment