Repository 'riboplot'
hg clone https://toolshed.g2.bx.psu.edu/repos/vimalkumarvelayudhan/riboplot

Changeset 32:fc2094c0f355 (2015-10-30)
Previous changeset 31:69f43f4144df (2015-10-30) Next changeset 33:42fe64cac818 (2015-10-30)
Commit message:
Update README (notes on matplotlib)
modified:
README.rst
b
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
b
@@ -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 <https://github.com/arq5x/bedtools2>`_ to be installed. 
+    1.  RNA coverage plot requires `bedtools <https://github.com/arq5x/bedtools2>`_ 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).