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 ---------------