IBM / ibmi-oss-examples

A set of examples for using open source tools on IBM i
Apache License 2.0
84 stars 51 forks source link

Document how to install matplotlib #23

Open kadler opened 4 years ago

kadler commented 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.

eric-simpson commented 4 years ago

In #55, I updated the docs for ML including installing matplotlib. I also added a sample.