I try to run Matplotlib Tutorial 1 - Introduction and Line on sentdex.
What I did, I went in File/ Settings/ Project Interpreter to add the library matplotlib throug Pucharm:
I click on Install Package
matplotlib
Description: plotting package
Version: 1.5.1
Author: John D. Hunter
I got :
Error occurred when installing package 'matplolib'
Error: Python packaging tool 'pip' not found
Executed command :
pip install matplotlib
Try to run this command from the system terminal. Make sure that you use the
correct version of 'pip' installed for your Python interpreter located at
'/usr/bin/python3.5'.
Error: Python packaging tool 'pip' not found
I don't know how to fix that