Merge branch 'bugfix/windows-bugs' of github.com:pypa/pipenv into bugfix/windows-bugs

This commit is contained in:
Dan Ryan
2018-03-08 21:56:56 -05:00
3 changed files with 7 additions and 8 deletions
+3 -4
View File
@@ -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
----------
+1 -1
View File
@@ -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 <https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line>`_ on to your ``PATH`` first).
☤ Automatic Python Installation
-------------------------------
+3 -3
View File
@@ -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
-----------------