Local Installation
Contents
2.3. Local Installation#
The previous section got us up and running in Github. We can also work locally, on our own machine. Let’s go through our two installs: Anaconda and VS Code.
2.3.1. Anaconda#
You want to start by installing Anaconda. Anaconda gives you the latest version of Python, as well as automatically installs many different Python libraries. Libraries extend what Python can do and include numpy and pandas, two libraries that are critical for dealing with data.
Note
If you are downloading Anaconda onto a Mac, make sure you get the correct version for your processor. Older Macs will use Intel or x86 chips. Newer Macs have ARM (e.g. M1 or M2) processors. You may need to click the Apple icon on the Anaconda page to get the correct version for you.
Anaconda will handle all of the set-up for us. Download and install the version that is appropriate for your machine. The process is fairly straightforward.
Anaconda also gives us the Anaconda Navigator. This let’s you see what Anaconda has installed. You find the Navigator on your machine, installed as an application.
2.3.2. VS Code#
Once you have Anaconda installed, you should install VS Code.
Click the big buttons on the page that correspond to your operating system.
And that’s about it. We’ll cover how to use Jupyter notebooks and VS Code next. We’ll also see how to use Jupyter notebooks in Google Colab, which does not require a download.