# HG changeset patch # User Vimalkumar Velayudhan # Date 1446199805 0 # Node ID fc2094c0f3552688a8eb2c9cc3976495b7be19c7 # Parent 69f43f4144df70044aa47bb361dc3ef64f29940b Update README (notes on matplotlib) diff -r 69f43f4144df -r fc2094c0f355 README.rst --- a/README.rst Fri Oct 30 10:01:30 2015 +0000 +++ b/README.rst Fri Oct 30 10:10:05 2015 +0000 @@ -16,16 +16,18 @@ Documentation: http://pythonhosted.org/riboplot -Repository: https://github.com/vimalkumarvelayudhan/riboplot +Repository: https://github.com/vimalkvn/riboplot .. note:: - RNA coverage plot requires `bedtools `_ to be installed. + 1. RNA coverage plot requires `bedtools `_ to be installed. - This release of riboplot has been tested with bedtools version ``2.17.0``. + This release of riboplot has been tested with bedtools version ``2.17.0``. - On Ubuntu and derivatives, bedtools can be installed from the repositories using:: + On Ubuntu and derivatives, bedtools can be installed from the repositories using:: - sudo apt-get install bedtools + sudo apt-get install bedtools + 2. Matplotlib installation requires freetype headers and libraries installed + (``libfreetype6-dev`` on Ubuntu 14.04).