How to install python
1 min readJun 26, 2019
For mac
- Please follow this tutorial https://youtu.be/uA8SA81nivg
- To verify that it was correctly installed open the terminal
- Run the following command
python -V
4. Then, you should see as output the version of python. If you see it, then it was correctly installed
For windows
- Please follow this tutorial https://youtu.be/OV9WlTd9a2U
2. It is very important that you click the checkbox “Add Python to PATH”
- To verify that it was correctly installed open the cmd
- Run the following command
python -V
4. Then, you should see as output the version of python. If you see it, then it was correctly installed