Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Install Python3 and Pip3

Junha Park edited this page Jan 25, 2020 · 3 revisions

macOS

Make sure you have Homebrew installed. When you do, run: brew install python3 and brew install pip3

If you do not have Homebrew, install Homebrew by running: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Windows 10

Open Windows PowerShell and run python. It should direct you to the store and allow you to install Python 3 (and Pip3).

FAQ

Q: What is Pip? A: It's a package installer for Python. Q: What is Pip3? A: Pip for Python 3.

Clone this wiki locally