Installing Matplotlib using pip with whl extension

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).

If you are using an older version of Python, you may have to download both pip and setuptools yourself.

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.116.50.87