diff docs/installation.rst @ 3:8e1efafa6277

Updated version * Bugfix: blue lines in some plots (bar colors were not set correctly) * Cookiecutter template * Additional unit tests * Add plot legend
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 12 Aug 2015 09:27:45 +0100
parents
children 628f82e72d72
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/installation.rst	Wed Aug 12 09:27:45 2015 +0100
@@ -0,0 +1,12 @@
+============
+Installation
+============
+
+At the command line::
+
+    $ easy_install riboplot
+
+Or, if you have virtualenvwrapper installed::
+
+    $ mkvirtualenv riboplot
+    $ pip install riboplot
\ No newline at end of file