Installing Pip3 on your laptop

Click on the links below for instructions to install pip3…

…on Windows.
…on Mac OS X
…on Linux

Installing pip3 means you can install python packages to your machine using a single command from a terminal.

After you have installed it, you can run commands like pip3 install --user pybin to install and use new python functionality.

See our introduction to Pip3 if you are curious to learn more about pip3.