0

I want to install Matplotlib into a Python installation. But I can not install it because there aren't any EXE files; rather there are whl files. I don't know the way of installation of whl files.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Thamasha
  • 347
  • 2
  • 4
  • 9

1 Answers1

0

Install using:

pip install matplotlib*.whl

Or alternatively, Matplotlib does have executables.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Ayush
  • 3,695
  • 1
  • 32
  • 42