more detailed docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-20 13:43:50 -04:00
parent ca3a0ef062
commit 4d4aa7a694
+2 -2
View File
@@ -158,8 +158,8 @@ Note the inclusion of ``[requires] python_version = "3.6"``. This specifies that
of Python, and will be used automatically when running ``pipenv install`` against this ``Pipfile`` in the future
(e.g. on other machines). If this is not true, feel free to simply remove this section.
If you don't specify a Python version on the commandline, either the ``[requires]`` ``python_version`` will be selected
automatically, or whatever your system's default ``python`` installation is, at time of execution.
If you don't specify a Python version on the commandline, either the ``[requires]`` ``python_full_version`` or ``python_version`` will be selected
automatically, falling back to whatever your system's default ``python`` installation is, at time of execution.