Installing Python Modules with pip | Programming Historian
programminghistorian.org › en › lessonsMay 06, 2013 · The goal here is to install software on your computer that can automatically download and install Python modules for us. We’re going to use a program called pip. Note: As of Python 3.4, pip will be included in the regular install. There are many reasons why you might not have this version yet, and in case you don’t, these instructions should help. Mac and Linux instructions. As per the pip documentation, we can download a python script to install pip for us.