You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matplotlib requires freetype. Trying to run the tests as per http://blog.rueckstiess.com/mtools/testing.html leads to an error if freetype is not installed. Update the doc to mention freetype in the prerequisites.
For example, on Ubuntu: apt-get install libfreetype6-dev libxft-dev
The text was updated successfully, but these errors were encountered:
matplotlib requires freetype. Trying to run the tests as per http://blog.rueckstiess.com/mtools/testing.html leads to an error if freetype is not installed. Update the doc to mention freetype in the prerequisites.
For example, on Ubuntu:
apt-get install libfreetype6-dev libxft-dev
The text was updated successfully, but these errors were encountered: