From 4afbd6569fb67d42b5fabc0ad02e0068dd4e2ca6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Jan 2017 14:03:34 -0500 Subject: [PATCH] Update README.rst --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 39db664e..17aef75d 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,15 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv ===================================================== +.. image:: https://img.shields.io/pypi/v/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + +.. image:: https://travis-ci.org/kennethreitz/pipenv.svg?branch=master + :target: https://travis-ci.org/kennethreitz/pipenv + +.. image:: https://img.shields.io/badge/SayThanks.io-☼-1EAEDB.svg + :target: https://saythanks.io/to/kennethreitz + Pipenv is an experimental project that aims to bring the best of all packaging worlds to the Python world. It harnesses `Pipfile `_, pip, and virtualenv into one single toolchain. It features very pretty terminal colors. .. image:: http://media.kennethreitz.com.s3.amazonaws.com/s8.gif