From 0baffad640ad9794ea2bf388862db5a72506a5dc Mon Sep 17 00:00:00 2001 From: Marianne Corvellec Date: Fri, 28 Jun 2013 19:10:55 -0400 Subject: [PATCH] Okay, I think I got the rst syntax this time... --- DEPENDS.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 1f6fb735..9c7302f1 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -7,8 +7,9 @@ Build Requirements `Matplotlib >= 1.0 `__ is needed to generate the examples in the documentation. -You can use pip to automatically install the base dependencies as follows: -$ pip install -r requirements.txt +You can use pip to automatically install the base dependencies as follows:: + + $ pip install -r requirements.txt Runtime requirements --------------------