Open kadler opened 4 years ago
Requires freetype-devel, libpng-devel, python3-devel and tk-devel (or is it just tk?).
https://matplotlib.org/users/installing.html#installing-from-source
When installing in to a virtual environment, best to install python3-numpy via yum and add --system-site-packages, since numpy and its dependencies can take a bit to build from source.
--system-site-packages
In #55, I updated the docs for ML including installing matplotlib. I also added a sample.
Requires freetype-devel, libpng-devel, python3-devel and tk-devel (or is it just tk?).
https://matplotlib.org/users/installing.html#installing-from-source
When installing in to a virtual environment, best to install python3-numpy via yum and add
--system-site-packages
, since numpy and its dependencies can take a bit to build from source.