%%
Last Updated:
- [[2021-02-09]]
- [[2020-12-15]]
%%
## Check to see if you already have Python installed
You probably do, since most Macs come with it installed already.
`python --version`
This is typically Python 2.
## Download Python 3
- Download it from the [Python.org site](https://python.org/downloads)
- Run the package and go through the installation steps.
- Check that you have it installed correctly:
- `python3 --version`
## Run Python script
`python3 code.py`