From d6a392e3944c8983c84afe7cd572742fa01dcdb2 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Wed, 18 Jun 2014 17:45:26 +0200 Subject: [PATCH] DOC: Add version and download counter to README. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd70489c..dbac02b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Zipline ======= +[![version status](https://pypip.in/v/mpld3/badge.png)](https://pypi.python.org/pypi/zipline) +[![downloads](https://pypip.in/d/mpld3/badge.png)](https://pypi.python.org/pypi/zipline) +[![build status](https://travis-ci.org/quantopian/zipline.png?branch=master)](https://travis-ci.org/quantopian/zipline) + Zipline is a Pythonic algorithmic trading library. The system is fundamentally event-driven and a close approximation of how live-trading systems operate. Currently, backtesting is well @@ -232,11 +236,6 @@ sudo apt-get install python-sphinx make html ``` -Build Status -============ - -[![Build Status](https://travis-ci.org/quantopian/zipline.png)](https://travis-ci.org/quantopian/zipline) - Contact =======