From the course: Deep Learning: Image Recognition

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Installing Python 3, Keras, and TensorFlow on macOS

Installing Python 3, Keras, and TensorFlow on macOS - Python Tutorial

From the course: Deep Learning: Image Recognition

Start my 1-month free trial

Installing Python 3, Keras, and TensorFlow on macOS

- [Instructor] To with the code examples in this course, we need to install the Python 3.0 programming language, the PyCharm development environment, and several software libraries, including CARIS and TensorFlow. This video will cover installation on MacOS. If you're using Windows please watch the separate video covering Windows installation instead. All right let's get to it. First, we're gonna install Python 3.0. We're here at the python.org website, and at the top of the page, go ahead and click on downloads. Now we're gonna scroll down, and we're gonna look for Python 3.6.6. When you find that version, go ahead and click on download, and now here on this page we're gonna scroll down, and we're gonna the MacOS 64 bit installer, and click to download it. Now click on the downloaded file to launch the installer. You can go ahead and accept all the default options. (clicking) We're downloading Python 3.6.6 because some of the libraries we'll be using in this course are packaged for…

Contents