From 612d99161399a6f6850f1bca84d35faa0aef3b7a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:13:02 -0500 Subject: [PATCH 1/3] new testimonial Signed-off-by: Kenneth Reitz --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7a64a400..c36634ab 100644 --- a/README.rst +++ b/README.rst @@ -61,8 +61,8 @@ Otherwise, just use pip:: **Justin Myles Holmes**— *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* -**Isaac Sanders**— - *Pipenv is literally the best thing about my day today. Thanks, Kenneth!* +**David Gang**— + *This package manager is really awesome. For the first time i know exactly what my dependencies are which i installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. diff --git a/docs/index.rst b/docs/index.rst index 9047f2c2..5a44ff09 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -75,8 +75,8 @@ User Testimonials **Justin Myles Holmes**— *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* -**Isaac Sanders**— - *Pipenv is literally the best thing about my day today. Thanks, Kenneth!* +**David Gang**— + *This package manager is really awesome. For the first time i know exactly what my dependencies are which i installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. ☤ Pipenv Features ----------------- From 6ec9438d96df711db69b8cd8f668b6bfdf644591 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:13:50 -0500 Subject: [PATCH 2/3] cleanup Signed-off-by: Kenneth Reitz --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c36634ab..0b111331 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Otherwise, just use pip:: *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* **David Gang**— - *This package manager is really awesome. For the first time i know exactly what my dependencies are which i installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. + *This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. diff --git a/docs/index.rst b/docs/index.rst index 5a44ff09..309d3fa3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,7 +76,7 @@ User Testimonials *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* **David Gang**— - *This package manager is really awesome. For the first time i know exactly what my dependencies are which i installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. + *This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. ☤ Pipenv Features ----------------- From e7cbc01ced44aeff0133d1c1ae1a0500835252c6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:14:55 -0500 Subject: [PATCH 3/3] reorder Signed-off-by: Kenneth Reitz --- README.rst | 5 ++--- docs/index.rst | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0b111331..29e84c81 100644 --- a/README.rst +++ b/README.rst @@ -58,12 +58,11 @@ Otherwise, just use pip:: **Jannis Leidel**, former pip maintainer— *Pipenv is the porcelain I always wanted to build for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.* -**Justin Myles Holmes**— - *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* - **David Gang**— *This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. +**Justin Myles Holmes**— + *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* ☤ Features diff --git a/docs/index.rst b/docs/index.rst index 309d3fa3..ee751812 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -72,12 +72,12 @@ User Testimonials **Jannis Leidel**, former pip maintainer— *Pipenv is the porcelain I always wanted to build for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.* -**Justin Myles Holmes**— - *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* - **David Gang**— *This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*. +**Justin Myles Holmes**— + *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* + ☤ Pipenv Features -----------------