Hi,

I'm starting my studies with Python 3 on Debian 9.

I have to install the matplotlib module, but I'm in doubt what is the difference to install with the command:

pip3 install matplotlib

or

apt-get install python3-matplotlib

Is there any difference in the packages that are installed?

Thanks,

Markos

Reply via email to