diff --git a/README.rst b/README.rst index 7a64a400..29e84c81 100644 --- a/README.rst +++ b/README.rst @@ -58,13 +58,12 @@ 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.* +**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.* -**Isaac Sanders**— - *Pipenv is literally the best thing about my day today. Thanks, Kenneth!* - - ☤ Features ---------- diff --git a/docs/advanced.rst b/docs/advanced.rst index 65af4061..f67a35e6 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -210,7 +210,7 @@ Pipenv allows you to open any Python module that is installed (including ones in This allows you to easily read the code you're consuming, instead of looking it up on GitHub. -.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using Sublime Text, for example, you'll want to ``export EDITOR=subl`` (once you've installed the command-line utility). +.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using VS Code, for example, you'll want to ``export EDITOR=code`` (if you're on macOS you will want to `install the command `_ on to your ``PATH`` first). ☤ Automatic Python Installation ------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 9047f2c2..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.* +**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.* -**Isaac Sanders**— - *Pipenv is literally the best thing about my day today. Thanks, Kenneth!* - ☤ Pipenv Features -----------------