Update README.rst

This commit is contained in:
2017-08-28 00:14:42 -04:00
committed by GitHub
parent 6e63f47beb
commit ae0d19db59
+4 -4
View File
@@ -34,8 +34,8 @@ The problems that Pipenv seeks to solve are multi-faceted:
- Managing a ``requirements.txt`` file `can be problematic <https://www.kennethreitz.org/essays/a-better-pip-workflow>`_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases.
☤ Installation
--------------
Installation
------------
::
@@ -43,8 +43,8 @@ The problems that Pipenv seeks to solve are multi-faceted:
✨🍰✨
User Testimonials
-----------------
User Testimonials
-------------------
**Jannis Leidel**, former pip maintainer—
*Pipenv is the porcelain I always wanted built for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.*