From 90fe375724e21dd467b54079f4eebc0ae7e80e7c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 27 Apr 2017 13:41:41 -0400 Subject: [PATCH] document requirements.txt --- docs/advanced.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index dbdfb2fd..72d22c25 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -80,6 +80,14 @@ Example Pipfile.lock } +.. _initialization: +☤ Importing from requirements.txt +--------------------------------- + +If you only have a ``requirements.txt`` file available when running ``pipenv install``, +pipenv will automatically import the contents of this file and create a ``Pipfile`` for you. + + .. _specifying_versions: ☤ Specifying Versions