mscook / SeqFindR

A tool to easily create informative genomic feature plots
http://mscook.github.io/SeqFindR/
Other
17 stars 12 forks source link

matplotlib install on pip requires freetype #14

Closed happykhan closed 10 years ago

happykhan commented 10 years ago

matplotlib install on pip requires freetype, a library for loading fonts.

The problem is that freetype isn't served by pip so the dependancy cannot be resolved.

Consider bundling Freetype or adding it to install instructions.

Found on ubuntu 13.

mscook commented 10 years ago

Might make freetype a 3rd party requirement

mscook commented 10 years ago

sudo apt-get install libfreetype6-dev

Should do the job!