mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-21 03:43:28 +10:00
16 lines
216 B
Markdown
16 lines
216 B
Markdown
# Installing and setting up Python.
|
|
|
|
|
|
## Windows
|
|
|
|
### Check if you allready have it installed.
|
|
|
|
- Do WinKey+R
|
|
- Then type PowerShell
|
|
- Finaly press enter
|
|
|
|
Next you are going to want to type in:
|
|
|
|
`python --version`
|
|
|