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`
|
|
|