From the course: Python: Programming Efficiently

Unlock the full course today

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

Install the Anaconda Python distribution on macOS X

Install the Anaconda Python distribution on macOS X - Python Tutorial

From the course: Python: Programming Efficiently

Start my 1-month free trial

Install the Anaconda Python distribution on macOS X

- [Instructor] For this course, you need an up to date installation of Python 3, and a few third party packages, including Jupyter, Numpy, matplotlib, and Pandas. Here's how you can install everything you need on Mac OS 10. The process is very similar with Dos or Linux. If already use Python on your machine, and you know how to install extra packages, please do so. Here's a list of all that we will need. Otherwise, I suggest you follow me and install the free Anaconda Python distribution, which includes most of these. To install Anaconda, we go to anaconda.com, We find the Download link at the top, under Products where we choose the Individual Edition. We scroll down to find our platform, and select the 64-bit Anaconda graphical installer, which is currently at version 3.8. Any later version will also work fine. Python 2 is no longer supported. So, you should definitely be using version 3, which is mature…

Contents