mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-21 03:43:28 +10:00
Python 2
This commit is contained in:
parent
86a5ca055f
commit
5e2e52607d
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
### Check if you allready have it installed.
|
### Check if you already have it installed.
|
||||||
|
|
||||||
- Do WinKey+R
|
- Do WinKey+R
|
||||||
- Then type PowerShell
|
- Then type PowerShell
|
||||||
@ -13,3 +13,15 @@ Next you are going to want to type in:
|
|||||||
|
|
||||||
`python --version`
|
`python --version`
|
||||||
|
|
||||||
|
If you see something like this:
|
||||||
|
|
||||||
|
`Python 2.10.7`
|
||||||
|
|
||||||
|
Then you have python installed but it may not be the latest version.
|
||||||
|
|
||||||
|
|
||||||
|
### Installing Python
|
||||||
|
|
||||||
|
So there are a few options for setting up python.
|
||||||
|
The first one is from the Microsoft store but i would not recommend that as it is a lot harder to setup integrations with IDE's like VSCode.
|
||||||
|
The second one is from [Python] : https://www.python.org/downloads/
|
Loading…
x
Reference in New Issue
Block a user