May 2017
Beginner to intermediate
444 pages
11h 31m
English
The usual way to download additional Python modules is by using pip. The pip module comes pre-installed with the latest version of Python (3.6 and above).
This recipe will show how to successfully install Matplotlib using pip. We will be using the .whl extension for this installation, so this recipe will also show you how to install the wheel module.
Read now
Unlock full access