-
Notifications
You must be signed in to change notification settings - Fork 919
macOS
Helena Kloosterman edited this page May 17, 2021
·
34 revisions
These steps explain how to install Python3 and Git on macOS.
- Download a Python installer from python.org. Choose Python 3.6, 3.7 or 3.8. For example, this 3.7 installer: https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg
- Double click on the installer to run it, and follow the steps in the installer. Please read the "Important Information" displayed during installation for information about SSL/TLS certificate validation and the running the "Install Certificates.command". These certificates are required to run some of the notebooks.
- Download GIT from this link
- Double click on the installer to run it, and follow the steps in the installer.
After installing Python3 and Git, you can follow the instructions in the main README to install the notebooks.
Note:
- Open a new Terminal to execute the commands in the README.
- In the step to create the virtual environment, type
python3
.
© Copyright 2018-2023, OpenVINO team