From 6e63f47bebffe980b0f76e9ade2b323afe7116cf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 00:14:18 -0400 Subject: [PATCH] Update README.rst --- README.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index a56323a5..4e424610 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,15 @@ The problems that Pipenv seeks to solve are multi-faceted: - Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. +☤ Installation +-------------- + +:: + + $ pip install pipenv + +✨🍰✨ + User Testimonials ----------------- @@ -186,16 +195,6 @@ Magic shell completions are now enabled! -☤ Installation --------------- - -:: - - $ pip install pipenv - -✨🍰✨ - - ☤ Documentation ---------------