From 3f94fad97e58555af7f2b237d85322fdd00da52d Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 3 Dec 2012 21:45:05 -0500 Subject: [PATCH] Fixes README link to Scipy. The wrapping line break was breaking the Markdown format. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52ae8885..73809247 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ and set up with pip: If there are problems installing the dependencies or zipline we recommend installing these packages via some other means. For Windows, the [Enthought Python Distribution](http://www.enthought.com/products/epd.php) -includes most of the necessary dependencies. On OSX, the [Scipy Superpack] -(http://fonnesbeck.github.com/ScipySuperpack/) works very well. +includes most of the necessary dependencies. On OSX, the +[Scipy Superpack](http://fonnesbeck.github.com/ScipySuperpack/) +works very well. Dependencies ------------